aboutsummaryrefslogtreecommitdiffstats
path: root/testing/editorconfig/APKBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'testing/editorconfig/APKBUILD')
-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"