diff options
author | Natanael Copa <ncopa@alpinelinux.org> | 2014-11-21 07:37:43 +0000 |
---|---|---|
committer | Natanael Copa <ncopa@alpinelinux.org> | 2014-11-21 07:37:43 +0000 |
commit | 02db8e30003fcf5c90e925bda125b0c079ddf2e8 (patch) | |
tree | 79c507f5afb0b1bf03e30ff00fa560b2e7304f70 | |
parent | cde291301b5c5e6236a70114934fc331ff0c01b3 (diff) | |
download | aports-02db8e30003fcf5c90e925bda125b0c079ddf2e8.tar.bz2 aports-02db8e30003fcf5c90e925bda125b0c079ddf2e8.tar.xz |
testing/hhpc: fix buildtime dependencies
-rw-r--r-- | testing/hhpc/APKBUILD | 2 |
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" |