pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/pkgtools/pkglint Removed USE_TOOLS+=perl:run, since Pe...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/307e2b8a07ea
branches:  trunk
changeset: 535521:307e2b8a07ea
user:      rillig <rillig%pkgsrc.org@localhost>
date:      Tue Nov 20 21:46:20 2007 +0000

description:
Removed USE_TOOLS+=perl:run, since Perl is not used as a tool, only as a
dependency which is included automatically by the various Perl modules.

I wonder why the PERL5 variable is still defined without perl being in
USE_TOOLS.

diffstat:

 pkgtools/pkglint/Makefile |  4 +---
 1 files changed, 1 insertions(+), 3 deletions(-)

diffs (18 lines):

diff -r 53a36c893d7c -r 307e2b8a07ea pkgtools/pkglint/Makefile
--- a/pkgtools/pkglint/Makefile Tue Nov 20 18:55:25 2007 +0000
+++ b/pkgtools/pkglint/Makefile Tue Nov 20 21:46:20 2007 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.365 2007/10/07 12:59:14 kano Exp $
+# $NetBSD: Makefile,v 1.366 2007/11/20 21:46:20 rillig Exp $
 #
 
 DISTNAME=      pkglint-4.79
@@ -18,8 +18,6 @@
 PKG_INSTALLATION_TYPES=        overwrite pkgviews
 PKG_DESTDIR_SUPPORT=   user-destdir
 
-USE_TOOLS+=    perl:run
-
 WRKSRC=                ${WRKDIR}
 NO_CHECKSUM=   yes
 NO_BUILD=      yes



Home | Main Index | Thread Index | Old Index