diff options
author | rillig <rillig@pkgsrc.org> | 2007-11-20 21:46:20 +0000 |
---|---|---|
committer | rillig <rillig@pkgsrc.org> | 2007-11-20 21:46:20 +0000 |
commit | 3e43fcb066f9975d8a5438c58f583049191ca372 (patch) | |
tree | 525a62064433533914d8ebfd1b388f8ab2ac27aa | |
parent | 1bc9e137f9339d1c38cd64d0d3cb2379d889384a (diff) | |
download | pkgsrc-3e43fcb066f9975d8a5438c58f583049191ca372.tar.gz |
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.
-rw-r--r-- | pkgtools/pkglint/Makefile | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/pkgtools/pkglint/Makefile b/pkgtools/pkglint/Makefile index 934a9b068a7..a9b8da0dcec 100644 --- a/pkgtools/pkglint/Makefile +++ b/pkgtools/pkglint/Makefile @@ -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 @@ DEPENDS+= p5-pkgsrc-Dewey>=1.0:../../pkgtools/p5-pkgsrc-Dewey PKG_INSTALLATION_TYPES= overwrite pkgviews PKG_DESTDIR_SUPPORT= user-destdir -USE_TOOLS+= perl:run - WRKSRC= ${WRKDIR} NO_CHECKSUM= yes NO_BUILD= yes |