summaryrefslogtreecommitdiff
path: root/www/p5-VRML/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'www/p5-VRML/Makefile')
-rw-r--r--www/p5-VRML/Makefile7
1 files changed, 4 insertions, 3 deletions
diff --git a/www/p5-VRML/Makefile b/www/p5-VRML/Makefile
index 9319d83e936..5fd48ac9662 100644
--- a/www/p5-VRML/Makefile
+++ b/www/p5-VRML/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.5 2001/10/18 15:20:52 veego Exp $
+# $NetBSD: Makefile,v 1.6 2001/11/26 06:50:39 jlam Exp $
#
DISTNAME= VRML-1.04
@@ -11,10 +11,11 @@ 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_PERL5= # defined
-PERL5_PACKLIST= ${PERL5_SITEARCH}/auto/VRML/.packlist
+USE_BUILDLINK_ONLY= YES
+PERL5_PACKLIST= ${PERL5_SITEARCH}/auto/VRML/.packlist
do-configure:
@cd ${WRKSRC}; ${SETENV} ${MAKE_ENV} ${PERL5} Makefile.PL
+.include "../../lang/perl5/buildlink.mk"
.include "../../mk/bsd.pkg.mk"