diff options
author | ale <ale@FreeBSD.org> | 2008-12-11 16:59:26 +0800 |
---|---|---|
committer | ale <ale@FreeBSD.org> | 2008-12-11 16:59:26 +0800 |
commit | 1fd47d1157a6ada43c79bed6d4654fd860366af9 (patch) | |
tree | b1b51fc3e26df6f2807f576dc30e48f60a3a30bd | |
parent | 5d1164fea50213b1d8f3a9231dd95a50446adeaf (diff) | |
download | freebsd-ports-gnome-1fd47d1157a6ada43c79bed6d4654fd860366af9.tar.gz freebsd-ports-gnome-1fd47d1157a6ada43c79bed6d4654fd860366af9.tar.zst freebsd-ports-gnome-1fd47d1157a6ada43c79bed6d4654fd860366af9.zip |
Mark it php4-only.
Approved by: maintainer
-rw-r--r-- | archivers/pecl-zip/Makefile | 2 | ||||
-rw-r--r-- | devel/pecl-json/Makefile | 4 | ||||
-rw-r--r-- | security/pecl-hash/Makefile | 5 |
3 files changed, 6 insertions, 5 deletions
diff --git a/archivers/pecl-zip/Makefile b/archivers/pecl-zip/Makefile index 14d9543e0ddf..60154ebafc93 100644 --- a/archivers/pecl-zip/Makefile +++ b/archivers/pecl-zip/Makefile @@ -19,6 +19,8 @@ COMMENT= A PECL extension to create and read zip files USE_PHP= pcre USE_PHP_BUILD= yes USE_PHPEXT= yes +DEFAULT_PHP_VER=4 +IGNORE_WITH_PHP=5 CONFIGURE_ARGS= --enable-zip --with-zlib-dir=/usr diff --git a/devel/pecl-json/Makefile b/devel/pecl-json/Makefile index 5478b3a1dd41..1467877b516a 100644 --- a/devel/pecl-json/Makefile +++ b/devel/pecl-json/Makefile @@ -19,7 +19,7 @@ COMMENT= PHP extension for JSON (JavaScript Object Notation) serialization USE_PHP= yes USE_PHPEXT= yes -DEFAULT_PHP_VER= 5 -PHP_MODNAME= ${PORTNAME} +DEFAULT_PHP_VER=4 +IGNORE_WITH_PHP=5 .include <bsd.port.mk> diff --git a/security/pecl-hash/Makefile b/security/pecl-hash/Makefile index 204ba8bc1956..2da4020cd645 100644 --- a/security/pecl-hash/Makefile +++ b/security/pecl-hash/Makefile @@ -17,9 +17,8 @@ MAINTAINER= zaa@zaa.pp.ru COMMENT= HASH Message Digest Framework for PHP USE_PHP= yes -USE_PHPIZE= yes USE_PHPEXT= yes -DEFAULT_PHP_VER=5 -PHP_MODNAME= hash +DEFAULT_PHP_VER=4 +IGNORE_WITH_PHP=5 .include <bsd.port.mk> |