summaryrefslogtreecommitdiff
path: root/www/curl
diff options
context:
space:
mode:
Diffstat (limited to 'www/curl')
-rw-r--r--www/curl/Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/www/curl/Makefile b/www/curl/Makefile
index e86d908f7e2..dfcafb0c5c0 100644
--- a/www/curl/Makefile
+++ b/www/curl/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.96 2010/02/16 12:51:43 wiz Exp $
+# $NetBSD: Makefile,v 1.97 2010/04/02 06:51:31 adam Exp $
DISTNAME= curl-7.20.0
CATEGORIES= www
@@ -23,6 +23,7 @@ GNU_CONFIGURE= yes
CONFIGURE_ARGS+= --with-ssl=${BUILDLINK_PREFIX.openssl}
CONFIGURE_ARGS+= --with-ca-path=${SSLCERTS}
CONFIGURE_ARGS+= --with-zlib=${BUILDLINK_PREFIX.zlib}
+PKGCONFIG_OVERRIDE= libcurl.pc.in
.include "../../mk/bsd.prefs.mk"