diff options
author | jdolecek <jdolecek@pkgsrc.org> | 2010-03-21 11:20:41 +0000 |
---|---|---|
committer | jdolecek <jdolecek@pkgsrc.org> | 2010-03-21 11:20:41 +0000 |
commit | c4db73367e9b9cfe48666452a12e53d12d941120 (patch) | |
tree | 24920bd7cd96c4e71473e88ffa36328f5791d074 /security | |
parent | 812f805f005e8465f3cbb4bff624bc321307c2f8 (diff) | |
download | pkgsrc-c4db73367e9b9cfe48666452a12e53d12d941120.tar.gz |
use PHP_VERSIONS_ACCEPTED=52 rather then PHP_VERSIONS_REQD=5 for packages,
which are PHP 5.2.* only
Diffstat (limited to 'security')
-rw-r--r-- | security/php-mhash/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/security/php-mhash/Makefile b/security/php-mhash/Makefile index 0da98ffba3e..ce9345eaa6f 100644 --- a/security/php-mhash/Makefile +++ b/security/php-mhash/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.10 2010/03/16 11:56:22 taca Exp $ +# $NetBSD: Makefile,v 1.11 2010/03/21 11:20:41 jdolecek Exp $ MODNAME= mhash CATEGORIES+= security @@ -10,7 +10,7 @@ CONFLICTS= php-mhash-[0-9]* CONFIGURE_ARGS+= --with-${MODNAME}=shared,${BUILDLINK_PREFIX.mhash} -PHP_VERSION_REQD= 5 +PHP_VERSIONS_ACCEPTED= 52 .include "../../lang/php/ext.mk" .include "../../security/mhash/buildlink3.mk" |