diff options
author | heinz <heinz@pkgsrc.org> | 2004-03-21 01:18:42 +0000 |
---|---|---|
committer | heinz <heinz@pkgsrc.org> | 2004-03-21 01:18:42 +0000 |
commit | 0926a26d7380e9d4168241c6223e21cbc9e2e9c1 (patch) | |
tree | af00bb5c6db9f3bb09d80bcd122260c36e12b631 /www/p5-URI | |
parent | a058d65975a658e59a2c5744ba9047e8ae3eca6c (diff) | |
download | pkgsrc-0926a26d7380e9d4168241c6223e21cbc9e2e9c1.tar.gz |
Uses no compiler, so USE_LANGUAGES is empty
Diffstat (limited to 'www/p5-URI')
-rw-r--r-- | www/p5-URI/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/www/p5-URI/Makefile b/www/p5-URI/Makefile index f660b393550..ab1d721c2b3 100644 --- a/www/p5-URI/Makefile +++ b/www/p5-URI/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.24 2004/01/18 22:21:14 heinz Exp $ +# $NetBSD: Makefile,v 1.25 2004/03/21 01:20:44 heinz Exp $ # DISTNAME= URI-1.30 @@ -18,6 +18,7 @@ CONFLICTS+= p5-libwww-5.36 # URI used to be part of that package PKG_INSTALLATION_TYPES= overwrite pkgviews USE_BUILDLINK3= YES +USE_LANGUAGES= # empty PERL5_PACKLIST= ${PERL5_SITEARCH}/auto/URI/.packlist .include "../../lang/perl5/module.mk" |