diff options
author | Baptiste Daroussin <bapt@FreeBSD.org> | 2013-02-21 07:22:20 +0000 |
---|---|---|
committer | Baptiste Daroussin <bapt@FreeBSD.org> | 2013-02-21 07:22:20 +0000 |
commit | 2ab825e9aa5f910a3cb2ea7da86993cda87c2cb2 (patch) | |
tree | 97dddd83c56fc4ebd3bd7f13b7a02cb42680015d /www/punbb | |
parent | 9be6ca022c97e50193942a51334258c63c1d87de (diff) | |
download | ports-2ab825e9aa5f910a3cb2ea7da86993cda87c2cb2.tar.gz ports-2ab825e9aa5f910a3cb2ea7da86993cda87c2cb2.zip |
Notes
Diffstat (limited to 'www/punbb')
-rw-r--r-- | www/punbb/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/www/punbb/Makefile b/www/punbb/Makefile index e81b445ac402..7e8baa46c436 100644 --- a/www/punbb/Makefile +++ b/www/punbb/Makefile @@ -16,7 +16,7 @@ EXTRACT_ONLY= ${DISTNAME}${EXTRACT_SUFX} MAINTAINER= gslin@gslin.org COMMENT= A fast and lightweight PHP-powered discussion board -BUILD_DEPENDS+= unzip:${PORTSDIR}/archivers/unzip +BUILD_DEPENDS+= ${UNZIP_CMD}:${PORTSDIR}/archivers/unzip PORTEXAMPLES= 12_to_1222_update.php example_config.php \ turn_off_maintenance_mode.php |