From 4fdb70ce2b6a154fab737325ef9b83945cd7bbc9 Mon Sep 17 00:00:00 2001 From: jdolecek Date: Fri, 5 Nov 2004 17:11:39 +0000 Subject: now that PHP 5.x Makefile.common doesn't pollute CONFIGURE_ARGS, it safe to include "../../lang/php/ext.mk" after extension CONFIGURE_ARGS setting; successful build confirmed with both PHP 4.x and PHP 5.x --- www/php-curl/Makefile | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) (limited to 'www/php-curl') diff --git a/www/php-curl/Makefile b/www/php-curl/Makefile index 069ccc594fd..6a413d384cb 100644 --- a/www/php-curl/Makefile +++ b/www/php-curl/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= curl PKGREVISION= # empty @@ -7,9 +7,8 @@ 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" -- cgit v1.2.3