diff options
Diffstat (limited to 'testing/hhpc')
-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" |