Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 21 Feb 2013 07:22:20 +0000 (UTC)
From:      Baptiste Daroussin <bapt@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r312709 - head/www/punbb
Message-ID:  <201302210722.r1L7MLgF021272@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
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@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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201302210722.r1L7MLgF021272>