- add BROKEN for option php 5.4

This commit is contained in:
Dirk Meyer 2012-06-11 18:48:43 +00:00
parent cd2ee8339d
commit 7d5fdb81a2
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=299068

View File

@ -323,8 +323,12 @@ CONFIGURE_ARGS+= --enable-php
PLIST_SUB+= WITH_PHP=""
USE_PHP= yes
USE_PHP_BUILD= yes
.include "${PORTSDIR}/Mk/bsd.php.mk"
CPPFLAGS+= -I${LOCALBASE}/include/php/Zend
MAN3+= gv.3php
.if ${PHP_VER} == 5
BROKEN= swig is to old to build for php 5.4
.endif
.else
CONFIGURE_ARGS+= --disable-php
PLIST_SUB+= WITH_PHP="@comment "