summaryrefslogtreecommitdiff
path: root/security
diff options
context:
space:
mode:
authorxtraeme <xtraeme@pkgsrc.org>2004-04-24 23:35:15 +0000
committerxtraeme <xtraeme@pkgsrc.org>2004-04-24 23:35:15 +0000
commitad8fd340497201bc72414a8e78d682b43d14f3b5 (patch)
tree15a91b8c6a0a7476c4e50da07bcd844e333bf93e /security
parentfb54a0e85c289bf393e9207888e9c88bcce5b30a (diff)
downloadpkgsrc-ad8fd340497201bc72414a8e78d682b43d14f3b5.tar.gz
bl3ify
Diffstat (limited to 'security')
-rw-r--r--security/php4-mcrypt/Makefile6
-rw-r--r--security/php4-mhash/Makefile6
-rw-r--r--security/php4-openssl/Makefile6
3 files changed, 9 insertions, 9 deletions
diff --git a/security/php4-mcrypt/Makefile b/security/php4-mcrypt/Makefile
index 246876d6e0e..dfe78988ab8 100644
--- a/security/php4-mcrypt/Makefile
+++ b/security/php4-mcrypt/Makefile
@@ -1,15 +1,15 @@
-# $NetBSD: Makefile,v 1.11 2003/09/01 16:28:51 jdolecek Exp $
+# $NetBSD: Makefile,v 1.12 2004/04/24 23:35:15 xtraeme Exp $
MODNAME= mcrypt
CATEGORIES+= security
PKGREVISION= # empty
COMMENT= PHP4 extension for the mcrypt crypto algorithms library
-USE_BUILDLINK2= YES
+USE_BUILDLINK3= YES
.include "../../www/php4/Makefile.module"
CONFIGURE_ARGS+= --with-${MODNAME}=shared,${BUILDLINK_PREFIX.libmcrypt}
-.include "../../security/libmcrypt/buildlink2.mk"
+.include "../../security/libmcrypt/buildlink3.mk"
.include "../../mk/bsd.pkg.mk"
diff --git a/security/php4-mhash/Makefile b/security/php4-mhash/Makefile
index a6fef301018..c9a8b0fcb98 100644
--- a/security/php4-mhash/Makefile
+++ b/security/php4-mhash/Makefile
@@ -1,15 +1,15 @@
-# $NetBSD: Makefile,v 1.3 2002/11/05 07:33:19 martti Exp $
+# $NetBSD: Makefile,v 1.4 2004/04/24 23:35:15 xtraeme Exp $
MODNAME= mhash
CATEGORIES+= security
PKGREVISION= # empty
COMMENT= PHP4 extension for the mhash hash algorithms library
-USE_BUILDLINK2= YES
+USE_BUILDLINK3= YES
.include "../../www/php4/Makefile.module"
CONFIGURE_ARGS+= --with-${MODNAME}=shared,${BUILDLINK_PREFIX.mhash}
-.include "../../security/mhash/buildlink2.mk"
+.include "../../security/mhash/buildlink3.mk"
.include "../../mk/bsd.pkg.mk"
diff --git a/security/php4-openssl/Makefile b/security/php4-openssl/Makefile
index 162afb95005..6acf8d96090 100644
--- a/security/php4-openssl/Makefile
+++ b/security/php4-openssl/Makefile
@@ -1,11 +1,11 @@
-# $NetBSD: Makefile,v 1.4 2004/03/26 02:27:53 wiz Exp $
+# $NetBSD: Makefile,v 1.5 2004/04/24 23:35:15 xtraeme Exp $
MODNAME= openssl
PKGREVISION= 2
CATEGORIES+= security
COMMENT= PHP4 extension for the OpenSSL library
-USE_BUILDLINK2= YES
+USE_BUILDLINK3= YES
.include "../../www/php4/Makefile.module"
@@ -18,5 +18,5 @@ CONFIGURE_ENV+= ac_cv_lib_ssl_SSL_CTX_set_ssl_version=yes
post-extract:
cd ${WRKSRC} && ln -s config0.m4 config.m4
-.include "../../security/openssl/buildlink2.mk"
+.include "../../security/openssl/buildlink3.mk"
.include "../../mk/bsd.pkg.mk"