summaryrefslogtreecommitdiff
path: root/www
diff options
context:
space:
mode:
authoritojun <itojun@pkgsrc.org>2002-02-19 05:48:07 +0000
committeritojun <itojun@pkgsrc.org>2002-02-19 05:48:07 +0000
commit2583749f85079e526bc4e344e75c3aab2d31a528 (patch)
tree59cda8ef57784acdd60cfe5db0c05f758e74ef50 /www
parent387bbfd45fc98362194989b89c8a533f71224f38 (diff)
downloadpkgsrc-2583749f85079e526bc4e344e75c3aab2d31a528.tar.gz
curl is IPv6 ready.
Diffstat (limited to 'www')
-rw-r--r--www/curl/Makefile5
1 files changed, 4 insertions, 1 deletions
diff --git a/www/curl/Makefile b/www/curl/Makefile
index 079ed403f67..79c033f6655 100644
--- a/www/curl/Makefile
+++ b/www/curl/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.12 2002/01/14 00:31:53 seb Exp $
+# $NetBSD: Makefile,v 1.13 2002/02/19 05:48:07 itojun Exp $
DISTNAME= curl-7.9.2
CATEGORIES= www
@@ -10,6 +10,9 @@ MAINTAINER= packages@netbsd.org
HOMEPAGE= http://curl.haxx.se/
COMMENT= client that groks URLs
+# list it into IPv6-ready packages
+BUILD_DEFS+= USE_INET6
+
USE_BUILDLINK_ONLY= yes
GNU_CONFIGURE= yes
USE_GMAKE= yes