diff options
author | jlam <jlam@pkgsrc.org> | 2005-07-16 01:19:06 +0000 |
---|---|---|
committer | jlam <jlam@pkgsrc.org> | 2005-07-16 01:19:06 +0000 |
commit | 3e474a90d85b83de40c67c12687951e9d8d925ae (patch) | |
tree | fb130b4b27029c9f82bb28dd306abe9510817ec8 /www/p5-CGI | |
parent | a20960acbebade3471260a264615c3573cf14d1f (diff) | |
download | pkgsrc-3e474a90d85b83de40c67c12687951e9d8d925ae.tar.gz |
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.
Diffstat (limited to 'www/p5-CGI')
-rw-r--r-- | www/p5-CGI/Makefile | 6 |
1 files changed, 1 insertions, 5 deletions
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 |