summaryrefslogtreecommitdiff
path: root/security
diff options
context:
space:
mode:
authorjlam <jlam@pkgsrc.org>2002-04-12 19:03:34 +0000
committerjlam <jlam@pkgsrc.org>2002-04-12 19:03:34 +0000
commiteb5d91e2c569ed1e319a15af071770c60a5b6504 (patch)
treedf3283ef2433b186eb0819ebe46baf61feb36ea1 /security
parentb5495ed46cb9396f9a020480335c37a1d6e1c839 (diff)
downloadpkgsrc-eb5d91e2c569ed1e319a15af071770c60a5b6504.tar.gz
Use libmcrypt22 instead of libmcrypt. Reported to fix pkg/16198 by
Stephen Borrill <netbsd@precedence.co.uk>.
Diffstat (limited to 'security')
-rw-r--r--security/php4-mcrypt/Makefile6
1 files changed, 4 insertions, 2 deletions
diff --git a/security/php4-mcrypt/Makefile b/security/php4-mcrypt/Makefile
index 0e674d8765c..32ba79f7ed9 100644
--- a/security/php4-mcrypt/Makefile
+++ b/security/php4-mcrypt/Makefile
@@ -1,13 +1,15 @@
-# $NetBSD: Makefile,v 1.4 2002/02/28 06:18:43 jlam Exp $
+# $NetBSD: Makefile,v 1.5 2002/04/12 19:03:34 jlam Exp $
MODNAME= mcrypt
CATEGORIES+= security
PKGREVISION= # empty
COMMENT= PHP4 extension for the mcrypt crypto algorithms library
+USE_BUIDLINK_ONLY= yes
+
.include "../../www/php4/Makefile.module"
CONFIGURE_ARGS+= --with-${MODNAME}=shared,${BUILDLINK_DIR}
-.include "../../security/libmcrypt/buildlink.mk"
+.include "../../security/libmcrypt22/buildlink.mk"
.include "../../mk/bsd.pkg.mk"