summaryrefslogtreecommitdiff
path: root/security
diff options
context:
space:
mode:
authormartti <martti@pkgsrc.org>2002-11-05 07:33:13 +0000
committermartti <martti@pkgsrc.org>2002-11-05 07:33:13 +0000
commit9ef7dbabf130c22253c2d7be2eb6b4d351aa27bd (patch)
treecf17703fc8e061e14d8662e2cbccf901f7789b33 /security
parentd5cec59696273b31e5a0ff4998eae73cce33a6b6 (diff)
downloadpkgsrc-9ef7dbabf130c22253c2d7be2eb6b4d351aa27bd.tar.gz
- make this work with apache2
- buildlink2
Diffstat (limited to 'security')
-rw-r--r--security/php4-mcrypt/Makefile4
-rw-r--r--security/php4-mhash/Makefile4
2 files changed, 4 insertions, 4 deletions
diff --git a/security/php4-mcrypt/Makefile b/security/php4-mcrypt/Makefile
index 72022a05a40..0c0c186e8c7 100644
--- a/security/php4-mcrypt/Makefile
+++ b/security/php4-mcrypt/Makefile
@@ -1,11 +1,11 @@
-# $NetBSD: Makefile,v 1.7 2002/09/23 09:22:43 jlam Exp $
+# $NetBSD: Makefile,v 1.8 2002/11/05 07:33:19 martti Exp $
MODNAME= mcrypt
CATEGORIES+= security
PKGREVISION= # empty
COMMENT= PHP4 extension for the mcrypt crypto algorithms library
-USE_BUILDLINK2= yes
+USE_BUILDLINK2= YES
.include "../../www/php4/Makefile.module"
diff --git a/security/php4-mhash/Makefile b/security/php4-mhash/Makefile
index 202049e001d..a6fef301018 100644
--- a/security/php4-mhash/Makefile
+++ b/security/php4-mhash/Makefile
@@ -1,11 +1,11 @@
-# $NetBSD: Makefile,v 1.2 2002/10/05 12:40:46 wiz Exp $
+# $NetBSD: Makefile,v 1.3 2002/11/05 07:33:19 martti Exp $
MODNAME= mhash
CATEGORIES+= security
PKGREVISION= # empty
COMMENT= PHP4 extension for the mhash hash algorithms library
-USE_BUILDLINK2= yes
+USE_BUILDLINK2= YES
.include "../../www/php4/Makefile.module"