summaryrefslogtreecommitdiff
path: root/security
diff options
context:
space:
mode:
authorjdolecek <jdolecek>2010-03-21 11:20:41 +0000
committerjdolecek <jdolecek>2010-03-21 11:20:41 +0000
commit295f1b1dce1495f2faf65682b9cd60a47c0050ae (patch)
tree24920bd7cd96c4e71473e88ffa36328f5791d074 /security
parentf9ffb92150ae362413dbe935fc37d23c990e408e (diff)
downloadpkgsrc-295f1b1dce1495f2faf65682b9cd60a47c0050ae.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/Makefile4
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"