summaryrefslogtreecommitdiff
path: root/www/curl
diff options
context:
space:
mode:
authoradam <adam@pkgsrc.org>2010-04-02 06:51:31 +0000
committeradam <adam@pkgsrc.org>2010-04-02 06:51:31 +0000
commitcabd86fb338d48a35f66036a15da6ec66a160317 (patch)
tree6f22b39b7f969a2249c1d15fdc977703b53a5ab9 /www/curl
parent3626c3b50ab6dbd9d46314e3d34197e196c38539 (diff)
downloadpkgsrc-cabd86fb338d48a35f66036a15da6ec66a160317.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"