diff options
author | Dirk Meyer <dinoex@FreeBSD.org> | 2012-06-11 18:48:43 +0000 |
---|---|---|
committer | Dirk Meyer <dinoex@FreeBSD.org> | 2012-06-11 18:48:43 +0000 |
commit | 7d5fdb81a2ab5d41f15cf3ab191716abb482df1a (patch) | |
tree | 6d429f6def36fff2f37636558f3477dda0abc157 /graphics/graphviz | |
parent | cd2ee8339d771c77b08c8adf765ef64566a1a426 (diff) | |
download | ports-7d5fdb81a2ab5d41f15cf3ab191716abb482df1a.tar.gz ports-7d5fdb81a2ab5d41f15cf3ab191716abb482df1a.zip |
Notes
Diffstat (limited to 'graphics/graphviz')
-rw-r--r-- | graphics/graphviz/Makefile | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/graphics/graphviz/Makefile b/graphics/graphviz/Makefile index cf67638bd7f1..a6607b5f695a 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 " |