From 8aba2117de00d2ad3b09baf4020d797fc19c2e01 Mon Sep 17 00:00:00 2001 From: jlam Date: Sat, 16 Jul 2005 01:19:06 +0000 Subject: Get rid of USE_PERL5. The new way to express needing the Perl executable around at either build-time or at run-time is: USE_TOOLS+= perl # build-time USE_TOOLS+= perl:run # run-time Also remove some places where perl5/buildlink3.mk was being included by a package Makefile, but all that the package wanted was the Perl executable. --- www/p5-CGI/Makefile | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) (limited to 'www/p5-CGI') diff --git a/www/p5-CGI/Makefile b/www/p5-CGI/Makefile index 2dc02d9f2eb..1c35c7ce037 100644 --- a/www/p5-CGI/Makefile +++ b/www/p5-CGI/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.33 2005/07/13 18:01:46 jlam Exp $ +# $NetBSD: Makefile,v 1.34 2005/07/16 01:19:25 jlam Exp $ # VERS= 3.10 @@ -12,10 +12,6 @@ MAINTAINER= tech-pkg@NetBSD.org HOMEPAGE= http://stein.cshl.org/WWW/software/CGI/ COMMENT= Perl5 module for writing forms-based CGI programs -# Some perl packages install their own versions of this module. -# Can't simply define USE_PERL5. -BUILDLINK_DEPENDS.perl= {perl-5.0*,perl-5.6.0nb2,perl-base>=5.6.0,perl{,-thread}>=5.6.1nb2} - PKG_INSTALLATION_TYPES= overwrite pkgviews USE_LANGUAGES= # empty -- cgit v1.2.3