aboutsummaryrefslogtreecommitdiffstats
path: root/testing/hhpc
diff options
context:
space:
mode:
authorNatanael Copa <ncopa@alpinelinux.org>2014-11-21 07:37:43 +0000
committerNatanael Copa <ncopa@alpinelinux.org>2014-11-21 07:37:43 +0000
commit02db8e30003fcf5c90e925bda125b0c079ddf2e8 (patch)
tree79c507f5afb0b1bf03e30ff00fa560b2e7304f70 /testing/hhpc
parentcde291301b5c5e6236a70114934fc331ff0c01b3 (diff)
downloadaports-02db8e30003fcf5c90e925bda125b0c079ddf2e8.tar.bz2
aports-02db8e30003fcf5c90e925bda125b0c079ddf2e8.tar.xz
testing/hhpc: fix buildtime dependencies
Diffstat (limited to 'testing/hhpc')
-rw-r--r--testing/hhpc/APKBUILD2
1 files changed, 1 insertions, 1 deletions
diff --git a/testing/hhpc/APKBUILD b/testing/hhpc/APKBUILD
index aa14f8683d..5e4401f74f 100644
--- a/testing/hhpc/APKBUILD
+++ b/testing/hhpc/APKBUILD
@@ -9,7 +9,7 @@ arch="all"
license="3-clause BSD"
depends=""
depends_dev=""
-makedepends="$depends_dev"
+makedepends="$depends_dev libx11-dev"
install=""
subpackages=""
source="hhpc-$pkgver.tar.gz::https://github.com/7heo/hhpc/archive/v$pkgver.tar.gz"