diff options
author | tv <tv@pkgsrc.org> | 2005-04-11 21:44:48 +0000 |
---|---|---|
committer | tv <tv@pkgsrc.org> | 2005-04-11 21:44:48 +0000 |
commit | f816d81489fd245a89e581c2f9cf792562ade194 (patch) | |
tree | 2d8b7b078f159a824fcd53503d6096a145f0f177 /www/p5-Kwiki | |
parent | 20c9d4d37f602a9588b4348f641bf63018a0abb9 (diff) | |
download | pkgsrc-f816d81489fd245a89e581c2f9cf792562ade194.tar.gz |
Remove USE_BUILDLINK3 and NO_BUILDLINK; these are no longer used.
Diffstat (limited to 'www/p5-Kwiki')
-rw-r--r-- | www/p5-Kwiki/Makefile | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/www/p5-Kwiki/Makefile b/www/p5-Kwiki/Makefile index e4401911a09..3bb9dce9ed8 100644 --- a/www/p5-Kwiki/Makefile +++ b/www/p5-Kwiki/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.3 2005/02/02 17:27:41 jlam Exp $ +# $NetBSD: Makefile,v 1.4 2005/04/11 21:47:59 tv Exp $ DISTNAME= Kwiki-0.37 PKGNAME= p5-${DISTNAME} @@ -12,7 +12,6 @@ COMMENT= Extensible, modular, Perl-based Wiki DEPENDS+= p5-Spoon>=0.21nb1:../../devel/p5-Spoon -USE_BUILDLINK3= yes PERL5_PACKLIST= ${PERL5_SITEARCH}/auto/Kwiki/.packlist .include "../../lang/perl5/module.mk" |