summaryrefslogtreecommitdiff
path: root/www/php-curl/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'www/php-curl/Makefile')
-rw-r--r--www/php-curl/Makefile5
1 files changed, 3 insertions, 2 deletions
diff --git a/www/php-curl/Makefile b/www/php-curl/Makefile
index 680b2119d4b..069ccc594fd 100644
--- a/www/php-curl/Makefile
+++ b/www/php-curl/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.1.1.1 2004/10/31 19:30:30 jdolecek Exp $
+# $NetBSD: Makefile,v 1.2 2004/10/31 21:07:14 jdolecek Exp $
MODNAME= curl
PKGREVISION= # empty
@@ -7,8 +7,9 @@ COMMENT= PHP extension for curl functions
USE_BUILDLINK3= YES
+.include "../../lang/php/ext.mk"
+
CONFIGURE_ARGS+= --with-curl=shared,${BUILDLINK_PREFIX.curl}
-.include "../../lang/php/ext.mk"
.include "../../www/curl/buildlink3.mk"
.include "../../mk/bsd.pkg.mk"