summaryrefslogtreecommitdiff
path: root/www/curl/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'www/curl/Makefile')
-rw-r--r--www/curl/Makefile5
1 files changed, 3 insertions, 2 deletions
diff --git a/www/curl/Makefile b/www/curl/Makefile
index e41061d0e8d..8c645104b8e 100644
--- a/www/curl/Makefile
+++ b/www/curl/Makefile
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.5 2001/08/13 18:36:13 nra Exp $
+# $NetBSD: Makefile,v 1.6 2001/09/20 11:33:47 itojun Exp $
-DISTNAME= curl-7.8
+DISTNAME= curl-7.8.1
CATEGORIES= www
MASTER_SITES= http://curl.haxx.se/download/
@@ -15,6 +15,7 @@ GNU_CONFIGURE= yes
USE_GMAKE= yes
USE_LIBTOOL= yes
LTCONFIG_OVERRIDE= ${WRKSRC}/ltconfig
+CONFIGURE_ARGS+= --with-ssl=${BUILDLINK_DIR}
.include "../../security/openssl/buildlink.mk"
.include "../../mk/bsd.pkg.mk"