diff options
author | seb <seb> | 2002-09-25 13:56:49 +0000 |
---|---|---|
committer | seb <seb> | 2002-09-25 13:56:49 +0000 |
commit | 52828c4af2d73090021a567a38d9c9c501d66892 (patch) | |
tree | bbfdb482bb407ea971059b81841894398fdfd2e9 /www/p5-VRML | |
parent | e057be4a5db6773fb6a03450fb12668114cc926b (diff) | |
download | pkgsrc-52828c4af2d73090021a567a38d9c9c501d66892.tar.gz |
buildlink1 -> buildlink2
Use perl5/module.mk
Diffstat (limited to 'www/p5-VRML')
-rw-r--r-- | www/p5-VRML/Makefile | 9 |
1 files changed, 3 insertions, 6 deletions
diff --git a/www/p5-VRML/Makefile b/www/p5-VRML/Makefile index 5fd48ac9662..3f2308b05cf 100644 --- a/www/p5-VRML/Makefile +++ b/www/p5-VRML/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.6 2001/11/26 06:50:39 jlam Exp $ +# $NetBSD: Makefile,v 1.7 2002/09/25 13:56:49 seb Exp $ # DISTNAME= VRML-1.04 @@ -11,11 +11,8 @@ MAINTAINER= packages@netbsd.org HOMEPAGE= http://www.gfz-potsdam.de/~palm/software/VRML/doc/VRML.pm.html COMMENT= Set of VRML classes for Perl -USE_BUILDLINK_ONLY= YES +USE_BUILDLINK2= YES PERL5_PACKLIST= ${PERL5_SITEARCH}/auto/VRML/.packlist -do-configure: - @cd ${WRKSRC}; ${SETENV} ${MAKE_ENV} ${PERL5} Makefile.PL - -.include "../../lang/perl5/buildlink.mk" +.include "../../lang/perl5/module.mk" .include "../../mk/bsd.pkg.mk" |