svn commit: r312709 - head/www/punbb

Baptiste Daroussin bapt at FreeBSD.org
Thu Feb 21 07:22:21 UTC 2013


Author: bapt
Date: Thu Feb 21 07:22:20 2013
New Revision: 312709
URL: http://svnweb.freebsd.org/changeset/ports/312709

Log:
  Fix build on FreeBSD 9+

Modified:
  head/www/punbb/Makefile

Modified: head/www/punbb/Makefile
==============================================================================
--- head/www/punbb/Makefile	Thu Feb 21 07:14:55 2013	(r312708)
+++ head/www/punbb/Makefile	Thu Feb 21 07:22:20 2013	(r312709)
@@ -16,7 +16,7 @@ EXTRACT_ONLY=	${DISTNAME}${EXTRACT_SUFX}
 MAINTAINER=	gslin at 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


More information about the svn-ports-head mailing list