summaryrefslogtreecommitdiff
path: root/www/curl
diff options
context:
space:
mode:
Diffstat (limited to 'www/curl')
-rw-r--r--www/curl/Makefile9
1 files changed, 1 insertions, 8 deletions
diff --git a/www/curl/Makefile b/www/curl/Makefile
index 14182cb4ed6..7fd4cc392f7 100644
--- a/www/curl/Makefile
+++ b/www/curl/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.15 2002/03/15 08:18:45 itojun Exp $
+# $NetBSD: Makefile,v 1.16 2002/03/15 08:20:43 itojun Exp $
DISTNAME= curl-7.9.5
CATEGORIES= www
@@ -11,7 +11,6 @@ HOMEPAGE= http://curl.haxx.se/
COMMENT= client that groks URLs
# list it into IPv6-ready packages
-.include "../../mk/bsd.prefs.mk"
BUILD_DEFS+= USE_INET6
USE_BUILDLINK_ONLY= yes
@@ -20,12 +19,6 @@ USE_GMAKE= yes
USE_LIBTOOL= yes
LTCONFIG_OVERRIDE= ${WRKSRC}/ltconfig
CONFIGURE_ARGS+= --with-ssl=${BUILDLINK_DIR}
-.if defined(USE_INET6) && ${USE_INET6} == "YES"
-CONFIGURE_ARGS+= --enable-ipv6
-.else
-CONFIGURE_ARGS+= --disable-ipv6
-.endif
-CONFIGURE_ARGS+= --enable-debug
# This causes curl-config not to be regenerated during build-time as it was
# already created at configure-time.