diff options
author | minskim <minskim@pkgsrc.org> | 2004-04-25 05:47:02 +0000 |
---|---|---|
committer | minskim <minskim@pkgsrc.org> | 2004-04-25 05:47:02 +0000 |
commit | 99d1da022622dadf0d32888baf0aee00329f12b8 (patch) | |
tree | 8cafe104273106a8f419f110d0eb38d24a3430d5 /www/p5-VRML | |
parent | ca0de62c2f89b050cbca284b897c1df318db14b0 (diff) | |
download | pkgsrc-99d1da022622dadf0d32888baf0aee00329f12b8.tar.gz |
Bl3ify and enable pkgviews installation.
Diffstat (limited to 'www/p5-VRML')
-rw-r--r-- | www/p5-VRML/Makefile | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/www/p5-VRML/Makefile b/www/p5-VRML/Makefile index e50685d1795..3ec67bd2f3a 100644 --- a/www/p5-VRML/Makefile +++ b/www/p5-VRML/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.9 2003/07/17 22:55:54 grant Exp $ +# $NetBSD: Makefile,v 1.10 2004/04/25 05:47:02 minskim Exp $ # DISTNAME= VRML-1.04 @@ -11,7 +11,9 @@ MAINTAINER= tech-pkg@NetBSD.org HOMEPAGE= http://www.gfz-potsdam.de/~palm/software/VRML/doc/VRML.pm.html COMMENT= Set of VRML classes for Perl -USE_BUILDLINK2= YES +PKG_INSTALLATION_TYPES= overwrite pkgviews + +USE_BUILDLINK3= YES PERL5_PACKLIST= ${PERL5_SITEARCH}/auto/VRML/.packlist .include "../../lang/perl5/module.mk" |