diff options
Diffstat (limited to 'www/php-curl/Makefile')
-rw-r--r-- | www/php-curl/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/www/php-curl/Makefile b/www/php-curl/Makefile index 178c3cf427c..c5d0a05a3ec 100644 --- a/www/php-curl/Makefile +++ b/www/php-curl/Makefile @@ -1,10 +1,12 @@ -# $NetBSD: Makefile,v 1.13 2008/01/18 05:09:52 tnn Exp $ +# $NetBSD: Makefile,v 1.14 2008/06/12 02:14:56 joerg Exp $ MODNAME= curl PKGREVISION= 2 CATEGORIES+= www COMMENT= PHP extension for curl functions +PKG_DESTDIR_SUPPORT= user-destdir + CONFLICTS= php-curl-[0-9]* CONFIGURE_ARGS+= --with-curl=shared,${BUILDLINK_PREFIX.curl} |