summaryrefslogtreecommitdiff
path: root/security/php4-mhash
diff options
context:
space:
mode:
authorwiz <wiz>2002-10-05 12:40:46 +0000
committerwiz <wiz>2002-10-05 12:40:46 +0000
commit2edae876a6d05e9e998dc97d6fed74e16d1a3123 (patch)
treeb60feceed8c72f613f755bbad2fac46faed0c7ea /security/php4-mhash
parente076ed7165548c0926844c5fa776dba717ffad3e (diff)
downloadpkgsrc-2edae876a6d05e9e998dc97d6fed74e16d1a3123.tar.gz
Convert to buildlink2.
Diffstat (limited to 'security/php4-mhash')
-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"