summaryrefslogtreecommitdiff
path: root/security/php-mhash/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'security/php-mhash/Makefile')
-rw-r--r--security/php-mhash/Makefile5
1 files changed, 2 insertions, 3 deletions
diff --git a/security/php-mhash/Makefile b/security/php-mhash/Makefile
index dc9ee67baa7..09cb3fa4473 100644
--- a/security/php-mhash/Makefile
+++ b/security/php-mhash/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.2 2004/10/31 21:07:14 jdolecek Exp $
+# $NetBSD: Makefile,v 1.3 2004/11/05 17:11:40 jdolecek Exp $
MODNAME= mhash
CATEGORIES+= security
@@ -7,9 +7,8 @@ COMMENT= PHP extension for the mhash hash algorithms library
USE_BUILDLINK3= YES
-.include "../../lang/php/ext.mk"
-
CONFIGURE_ARGS+= --with-${MODNAME}=shared,${BUILDLINK_PREFIX.mhash}
+.include "../../lang/php/ext.mk"
.include "../../security/mhash/buildlink3.mk"
.include "../../mk/bsd.pkg.mk"