diff options
author | rillig <rillig> | 2007-11-20 21:46:20 +0000 |
---|---|---|
committer | rillig <rillig> | 2007-11-20 21:46:20 +0000 |
commit | d37d2e710279a8a54085c781b468ca4764080bba (patch) | |
tree | 525a62064433533914d8ebfd1b388f8ab2ac27aa /pkgtools | |
parent | a7f91b12455d153339d4901db93c59ca71b449fb (diff) | |
download | pkgsrc-d37d2e710279a8a54085c781b468ca4764080bba.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.
Diffstat (limited to 'pkgtools')
-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 |