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 /security | |
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
Diffstat (limited to 'security')
-rw-r--r-- | security/pecl-hash/Makefile | 5 |
1 files changed, 2 insertions, 3 deletions
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> |