diff options
author | itojun <itojun@pkgsrc.org> | 2002-02-19 05:48:07 +0000 |
---|---|---|
committer | itojun <itojun@pkgsrc.org> | 2002-02-19 05:48:07 +0000 |
commit | 2583749f85079e526bc4e344e75c3aab2d31a528 (patch) | |
tree | 59cda8ef57784acdd60cfe5db0c05f758e74ef50 /www | |
parent | 387bbfd45fc98362194989b89c8a533f71224f38 (diff) | |
download | pkgsrc-2583749f85079e526bc4e344e75c3aab2d31a528.tar.gz |
curl is IPv6 ready.
Diffstat (limited to 'www')
-rw-r--r-- | www/curl/Makefile | 5 |
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 |