diff options
author | minskim <minskim> | 2004-07-28 01:02:08 +0000 |
---|---|---|
committer | minskim <minskim> | 2004-07-28 01:02:08 +0000 |
commit | 7514960d6ef7cccc35014fea80463d9fbdaac944 (patch) | |
tree | 63c90a287428c628cc630381b70532bf67a3172d /www/curl/Makefile | |
parent | c9e5d9f60bd5755111199a677c72641e461724d7 (diff) | |
download | pkgsrc-7514960d6ef7cccc35014fea80463d9fbdaac944.tar.gz |
Enable pkgviews installation.
Diffstat (limited to 'www/curl/Makefile')
-rw-r--r-- | www/curl/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/www/curl/Makefile b/www/curl/Makefile index ed58581fc0f..c448dec2474 100644 --- a/www/curl/Makefile +++ b/www/curl/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.41 2004/06/02 12:07:48 adam Exp $ +# $NetBSD: Makefile,v 1.42 2004/07/28 01:02:08 minskim Exp $ DISTNAME= curl-7.12.0 CATEGORIES= www @@ -11,6 +11,8 @@ MAINTAINER= tech-pkg@NetBSD.org HOMEPAGE= http://curl.haxx.se/ COMMENT= Client that groks URLs +PKG_INSTALLATION_TYPES= overwrite pkgviews + # list it into IPv6-ready packages BUILD_DEFS+= USE_INET6 |