summaryrefslogtreecommitdiff
path: root/www/curl
diff options
context:
space:
mode:
authoritojun <itojun>2002-03-15 08:20:43 +0000
committeritojun <itojun>2002-03-15 08:20:43 +0000
commit0a66beb23cf7797ed6a63dc899b17d662b9d1edc (patch)
treeea9481ef1c9f3986858664428fd385731f91b726 /www/curl
parent1991525f79bf4ccac77b32a91ea40d6ff0eff7f1 (diff)
downloadpkgsrc-0a66beb23cf7797ed6a63dc899b17d662b9d1edc.tar.gz
suppress debugging options.
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.