diff options
author | wiz <wiz@pkgsrc.org> | 2014-11-20 09:33:29 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2014-11-20 09:33:29 +0000 |
commit | 889da3f9aab556ec3aacb9aa31dbb661747d368d (patch) | |
tree | 92f773d845a5e490cff2ae952edfdae1be20a004 /pkgtools | |
parent | aa4ff8fa315f42f0523e163a32137fe89f73e1cb (diff) | |
download | pkgsrc-889da3f9aab556ec3aacb9aa31dbb661747d368d.tar.gz |
As dholland correctly points out, this installs perl scripts, so it should
depend on perl at run-time. Make it so.
Bump version.
Diffstat (limited to 'pkgtools')
-rw-r--r-- | pkgtools/pkgsrc-todo/Makefile | 7 |
1 files changed, 3 insertions, 4 deletions
diff --git a/pkgtools/pkgsrc-todo/Makefile b/pkgtools/pkgsrc-todo/Makefile index 4ff35779a8e..49afc3c331c 100644 --- a/pkgtools/pkgsrc-todo/Makefile +++ b/pkgtools/pkgsrc-todo/Makefile @@ -1,7 +1,6 @@ -# $NetBSD: Makefile,v 1.9 2014/05/29 23:37:15 wiz Exp $ +# $NetBSD: Makefile,v 1.10 2014/11/20 09:33:29 wiz Exp $ -PKGNAME= pkgsrc-todo-1.2 -PKGREVISION= 2 +PKGNAME= pkgsrc-todo-1.3 CATEGORIES= pkgtools MAINTAINER= wiz@NetBSD.org @@ -13,7 +12,7 @@ DEPENDS+= p5-pkgsrc-Dewey-[0-9]*:../../pkgtools/p5-pkgsrc-Dewey WRKSRC= ${WRKDIR} NO_BUILD= yes USE_LANGUAGES= # none -USE_TOOLS+= perl:build +USE_TOOLS+= perl:run INSTALLATION_DIRS= bin ${PKGMANDIR}/man1 |