summaryrefslogtreecommitdiff
path: root/security
diff options
context:
space:
mode:
authortaca <taca>2010-03-16 11:56:22 +0000
committertaca <taca>2010-03-16 11:56:22 +0000
commit0653a0fa3227548edd7b83607dd5020b93c92453 (patch)
tree35c6ce9e6eb45e3af2a650e3cefb97d6c4e8fd20 /security
parent66d237e57a740fa38ea075831d6cae71d5aa7f38 (diff)
downloadpkgsrc-0653a0fa3227548edd7b83607dd5020b93c92453.tar.gz
Restrict to php5 with PHP_VERSION_REQD.
These packages are dropped on PHP 5.3 or has build problem. No functional change.
Diffstat (limited to 'security')
-rw-r--r--security/php-mhash/Makefile4
1 files changed, 3 insertions, 1 deletions
diff --git a/security/php-mhash/Makefile b/security/php-mhash/Makefile
index e4b8d1b8c42..0da98ffba3e 100644
--- a/security/php-mhash/Makefile
+++ b/security/php-mhash/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.9 2008/06/12 02:14:45 joerg Exp $
+# $NetBSD: Makefile,v 1.10 2010/03/16 11:56:22 taca Exp $
MODNAME= mhash
CATEGORIES+= security
@@ -10,6 +10,8 @@ CONFLICTS= php-mhash-[0-9]*
CONFIGURE_ARGS+= --with-${MODNAME}=shared,${BUILDLINK_PREFIX.mhash}
+PHP_VERSION_REQD= 5
+
.include "../../lang/php/ext.mk"
.include "../../security/mhash/buildlink3.mk"
.include "../../mk/bsd.pkg.mk"