summaryrefslogtreecommitdiff
path: root/security
diff options
context:
space:
mode:
authorwiz <wiz@pkgsrc.org>2002-10-05 12:40:46 +0000
committerwiz <wiz@pkgsrc.org>2002-10-05 12:40:46 +0000
commit6bde5d450a9898883abc1f6997a46195641421bb (patch)
treeb60feceed8c72f613f755bbad2fac46faed0c7ea /security
parentfb54a338ce142596b3c1812f3cebede31dc6e715 (diff)
downloadpkgsrc-6bde5d450a9898883abc1f6997a46195641421bb.tar.gz
Convert to buildlink2.
Diffstat (limited to 'security')
-rw-r--r--security/php4-mhash/Makefile8
1 files changed, 4 insertions, 4 deletions
diff --git a/security/php4-mhash/Makefile b/security/php4-mhash/Makefile
index b54ff23ab19..202049e001d 100644
--- a/security/php4-mhash/Makefile
+++ b/security/php4-mhash/Makefile
@@ -1,15 +1,15 @@
-# $NetBSD: Makefile,v 1.1.1.1 2002/06/09 19:22:26 jlam Exp $
+# $NetBSD: Makefile,v 1.2 2002/10/05 12:40:46 wiz Exp $
MODNAME= mhash
CATEGORIES+= security
PKGREVISION= # empty
COMMENT= PHP4 extension for the mhash hash algorithms library
-USE_BUILDLINK_ONLY= yes
+USE_BUILDLINK2= yes
.include "../../www/php4/Makefile.module"
-CONFIGURE_ARGS+= --with-${MODNAME}=shared,${BUILDLINK_DIR}
+CONFIGURE_ARGS+= --with-${MODNAME}=shared,${BUILDLINK_PREFIX.mhash}
-.include "../../security/mhash/buildlink.mk"
+.include "../../security/mhash/buildlink2.mk"
.include "../../mk/bsd.pkg.mk"