diff options
author | linimon <linimon@FreeBSD.org> | 2006-08-18 13:12:37 +0800 |
---|---|---|
committer | linimon <linimon@FreeBSD.org> | 2006-08-18 13:12:37 +0800 |
commit | 293e0110999fab1bd41e6ebfb596e3a4d7ed9778 (patch) | |
tree | a54853614d687a55397d18ebf565cea4d61b434e /www | |
parent | 2548b71df1d340489f99bef1e34f8d17b87513d5 (diff) | |
download | freebsd-ports-gnome-293e0110999fab1bd41e6ebfb596e3a4d7ed9778.tar.gz freebsd-ports-gnome-293e0110999fab1bd41e6ebfb596e3a4d7ed9778.tar.zst freebsd-ports-gnome-293e0110999fab1bd41e6ebfb596e3a4d7ed9778.zip |
Add unzip to BUILD_DEPENDS to try to unbreak on pointyhat.
Diffstat (limited to 'www')
-rw-r--r-- | www/punbb/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/www/punbb/Makefile b/www/punbb/Makefile index 1542e8635d27..52bee07c6e3e 100644 --- a/www/punbb/Makefile +++ b/www/punbb/Makefile @@ -26,6 +26,7 @@ NO_BUILD= yes PUNBBDIR?= ${TARGETDIR}/www/punbb USE_PHP= yes USE_ZIP= yes +BUILD_DEPENDS+= unzip:${PORTSDIR}/archivers/unzip OPTIONS= LANGUAGE_PACK "Install language packs" on |