diff options
author | dholland <dholland> | 2013-10-24 06:23:35 +0000 |
---|---|---|
committer | dholland <dholland> | 2013-10-24 06:23:35 +0000 |
commit | 84a285563d0682bc07fcfcf6111e3b9dbdee1ca7 (patch) | |
tree | fb4383c1dddbba4afefb9f8af8bde39327db5bdf | |
parent | 7095c579fec3de5d1650e495e67f5b112f8f759b (diff) | |
download | pkgsrc-84a285563d0682bc07fcfcf6111e3b9dbdee1ca7.tar.gz |
pkglint is written in perl; it should depend on perl and not just some
perl modules. (fix USE_TOOLS to have perl:run instead of just perl)
-rw-r--r-- | pkgtools/pkglint/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/pkgtools/pkglint/Makefile b/pkgtools/pkglint/Makefile index 93bc9c913de..d48d2b9540c 100644 --- a/pkgtools/pkglint/Makefile +++ b/pkgtools/pkglint/Makefile @@ -1,9 +1,9 @@ -# $NetBSD: Makefile,v 1.435 2013/10/12 18:09:59 rillig Exp $ +# $NetBSD: Makefile,v 1.436 2013/10/24 06:23:35 dholland Exp $ # Note: if you update the version number, please have a look at the # changes between the CVS tag "pkglint_current" and HEAD. # After updating, please re-set the CVS tag to HEAD. -DISTNAME= pkglint-4.132 +DISTNAME= pkglint-4.133 CATEGORIES= pkgtools MASTER_SITES= # none DISTFILES= # none @@ -25,7 +25,7 @@ PKG_INSTALLATION_TYPES= overwrite pkgviews WRKSRC= ${WRKDIR} NO_CHECKSUM= yes USE_LANGUAGES= # none -USE_TOOLS+= perl +USE_TOOLS+= perl:run AUTO_MKDIRS= yes .include "../../mk/bsd.prefs.mk" |