summaryrefslogtreecommitdiff
path: root/security
diff options
context:
space:
mode:
authorjlam <jlam@pkgsrc.org>2002-09-23 09:22:43 +0000
committerjlam <jlam@pkgsrc.org>2002-09-23 09:22:43 +0000
commit10bdf67101c3f25110c757b9d29dbdfc8567694e (patch)
tree5123c4e81d73982c4a95d5a79c70aff433aee90d /security
parentee12419f1f0034764c3a9c77b2a694a79bb13b1d (diff)
downloadpkgsrc-10bdf67101c3f25110c757b9d29dbdfc8567694e.tar.gz
buildlink1 -> buildlink2
Diffstat (limited to 'security')
-rw-r--r--security/php4-mcrypt/Makefile10
1 files changed, 6 insertions, 4 deletions
diff --git a/security/php4-mcrypt/Makefile b/security/php4-mcrypt/Makefile
index 528ba67c141..72022a05a40 100644
--- a/security/php4-mcrypt/Makefile
+++ b/security/php4-mcrypt/Makefile
@@ -1,15 +1,17 @@
-# $NetBSD: Makefile,v 1.6 2002/06/09 19:01:12 jlam Exp $
+# $NetBSD: Makefile,v 1.7 2002/09/23 09:22:43 jlam Exp $
MODNAME= mcrypt
CATEGORIES+= security
PKGREVISION= # empty
COMMENT= PHP4 extension for the mcrypt crypto algorithms library
-USE_BUILDLINK_ONLY= yes
+USE_BUILDLINK2= yes
.include "../../www/php4/Makefile.module"
-CONFIGURE_ARGS+= --with-${MODNAME}=shared,${BUILDLINK_DIR}
+MCRYPT_DIR= ${BUILDLINK_PREFIX.libmcrypt22}
+CONFIGURE_ARGS+= --with-${MODNAME}=shared,${MCRYPT_DIR}
+CONFIGURE_ENV+= MCRYPT_DIR="${MCRYPT_DIR}"
-.include "../../security/libmcrypt22/buildlink.mk"
+.include "../../security/libmcrypt22/buildlink2.mk"
.include "../../mk/bsd.pkg.mk"