diff options
author | minskim <minskim@pkgsrc.org> | 2004-07-28 01:02:08 +0000 |
---|---|---|
committer | minskim <minskim@pkgsrc.org> | 2004-07-28 01:02:08 +0000 |
commit | a1f44c591df1a07f320cdcae8a2e7e5e9d7b8467 (patch) | |
tree | 63c90a287428c628cc630381b70532bf67a3172d /www | |
parent | f02006474a5905ec63600238c8296814bef39d6d (diff) | |
download | pkgsrc-a1f44c591df1a07f320cdcae8a2e7e5e9d7b8467.tar.gz |
Enable pkgviews installation.
Diffstat (limited to 'www')
-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 |