summaryrefslogtreecommitdiff
path: root/www
diff options
context:
space:
mode:
authoritojun <itojun>2002-02-19 05:48:07 +0000
committeritojun <itojun>2002-02-19 05:48:07 +0000
commit36407b6393784de49937acef9bc65ba8b947fb5d (patch)
tree59cda8ef57784acdd60cfe5db0c05f758e74ef50 /www
parentc0bb48f2276a55530ea8d55331eb2652f4c18cec (diff)
downloadpkgsrc-36407b6393784de49937acef9bc65ba8b947fb5d.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