summaryrefslogtreecommitdiff
path: root/www/curl
diff options
context:
space:
mode:
authoradam <adam>2010-04-02 06:51:31 +0000
committeradam <adam>2010-04-02 06:51:31 +0000
commit87c09ab5a8956f10a1c9ed93c02a78a085ec63d4 (patch)
tree6f22b39b7f969a2249c1d15fdc977703b53a5ab9 /www/curl
parent867da86d883e297bde47ff6ec55d5a28493ab674 (diff)
downloadpkgsrc-87c09ab5a8956f10a1c9ed93c02a78a085ec63d4.tar.gz
Added PKGCONFIG_OVERRIDE for other packages to build/configure correctly
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"