aboutsummaryrefslogtreecommitdiffstats
path: root/testing/editorconfig
diff options
context:
space:
mode:
authorNatanael Copa <ncopa@alpinelinux.org>2016-02-10 09:54:19 +0000
committerNatanael Copa <ncopa@alpinelinux.org>2016-02-10 09:54:54 +0000
commitc8390b41f9b1913f36384e1727c6b56019fb09d5 (patch)
treeafdd0220e47847c2754b275830bc0c5b9239891c /testing/editorconfig
parent6e16b492b28253485fb8eeea95ff9efb644773f4 (diff)
downloadaports-c8390b41f9b1913f36384e1727c6b56019fb09d5.tar.bz2
aports-c8390b41f9b1913f36384e1727c6b56019fb09d5.tar.xz
testing/editorconfig: fix depends
Diffstat (limited to 'testing/editorconfig')
-rw-r--r--testing/editorconfig/APKBUILD6
1 files changed, 3 insertions, 3 deletions
diff --git a/testing/editorconfig/APKBUILD b/testing/editorconfig/APKBUILD
index a69dbdedc1..d011a4d218 100644
--- a/testing/editorconfig/APKBUILD
+++ b/testing/editorconfig/APKBUILD
@@ -7,9 +7,9 @@ pkgdesc="EditorConfig core library written in C (for use by plugins supporting E
url="https://github.com/editorconfig/editorconfig-core-c"
arch="x86_64"
license="BSD" # "Simplified" http://opensource.org/licenses/BSD-2-Clause
-depends="pcre"
-depends_dev="cmake doxygen gcc make musl-dev pcre-dev"
-makedepends="$depends_dev"
+depends=""
+depends_dev=""
+makedepends="$depends_dev cmake doxygen pcre-dev"
install=""
options=""
subpackages="$pkgname-dev $pkgname-doc"