diff options
author | vanilla <vanilla@FreeBSD.org> | 2007-06-25 14:04:26 +0800 |
---|---|---|
committer | vanilla <vanilla@FreeBSD.org> | 2007-06-25 14:04:26 +0800 |
commit | 61565c4037030d3759e7530370fdc2167ca25484 (patch) | |
tree | 026641e97b9ee63854239d6fd5abecfd41466b99 | |
parent | 209655a2c112b30d1c4b2e3380f64345b1e5a3fc (diff) | |
download | freebsd-ports-gnome-61565c4037030d3759e7530370fdc2167ca25484.tar.gz freebsd-ports-gnome-61565c4037030d3759e7530370fdc2167ca25484.tar.zst freebsd-ports-gnome-61565c4037030d3759e7530370fdc2167ca25484.zip |
Add IGNORE_WITH_PHP=4.
Submitted by: sat@
-rw-r--r-- | textproc/pecl-ctemplate/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/textproc/pecl-ctemplate/Makefile b/textproc/pecl-ctemplate/Makefile index ee8c85ec834e..6e685cf7b3a7 100644 --- a/textproc/pecl-ctemplate/Makefile +++ b/textproc/pecl-ctemplate/Makefile @@ -23,6 +23,7 @@ USE_GCC= 3.2+ USE_PHP= yes USE_PHPEXT= yes DEFAULT_PHP_VER= 5 +IGNORE_WITH_PHP= 4 CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \ LDFLAGS="-L${LOCALBASE}/lib ${EXTRA_LIBS}" |