aboutsummaryrefslogtreecommitdiffstats
path: root/graphics
diff options
context:
space:
mode:
authordinoex <dinoex@FreeBSD.org>2012-06-12 02:48:43 +0800
committerdinoex <dinoex@FreeBSD.org>2012-06-12 02:48:43 +0800
commitf164ce5161c04ce0b1503a23eac491796fa9cc94 (patch)
treec8cb0f4d6ec3004b1ae6e513fda16b200c2d5486 /graphics
parentf827ec62a9df0cf323d99b22c2811cfe97940767 (diff)
downloadfreebsd-ports-graphics-f164ce5161c04ce0b1503a23eac491796fa9cc94.tar.gz
freebsd-ports-graphics-f164ce5161c04ce0b1503a23eac491796fa9cc94.tar.zst
freebsd-ports-graphics-f164ce5161c04ce0b1503a23eac491796fa9cc94.zip
- add BROKEN for option php 5.4
Diffstat (limited to 'graphics')
-rw-r--r--graphics/graphviz/Makefile4
1 files changed, 4 insertions, 0 deletions
diff --git a/graphics/graphviz/Makefile b/graphics/graphviz/Makefile
index cf67638bd7f..a6607b5f695 100644
--- a/graphics/graphviz/Makefile
+++ b/graphics/graphviz/Makefile
@@ -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 "