Sat Sep 29 13:00:06 2012 UTC ()
Perl is a build-time dependency, not a run-time dependency,
so fix the USE_TOOLS definition.  Thanks to OBATA Akio
for pointing this out.  Bump PKGREVISION to 1.


(apb)
diff -r1.13 -r1.14 pkgsrc/devel/scmgit-docs/Makefile

cvs diff -r1.13 -r1.14 pkgsrc/devel/scmgit-docs/Attic/Makefile (expand / switch to unified diff)

--- pkgsrc/devel/scmgit-docs/Attic/Makefile 2012/09/28 17:34:18 1.13
+++ pkgsrc/devel/scmgit-docs/Attic/Makefile 2012/09/29 13:00:06 1.14
@@ -1,26 +1,27 @@ @@ -1,26 +1,27 @@
1# $NetBSD: Makefile,v 1.13 2012/09/28 17:34:18 apb Exp $ 1# $NetBSD: Makefile,v 1.14 2012/09/29 13:00:06 apb Exp $
2 2
3PKGNAME= scmgit-docs-${GIT_VERSION} 3PKGNAME= scmgit-docs-${GIT_VERSION}
 4PKGREVISION= 1
4COMMENT= GIT Tree History Storage Tool (documentation) 5COMMENT= GIT Tree History Storage Tool (documentation)
5 6
6PKG_DESTDIR_SUPPORT= user-destdir 7PKG_DESTDIR_SUPPORT= user-destdir
7 8
8CONFLICTS+= git<4.9.5nb1 # misc/git 9CONFLICTS+= git<4.9.5nb1 # misc/git
9 10
10DISTINFO_FILE= ../../devel/scmgit-base/distinfo 11DISTINFO_FILE= ../../devel/scmgit-base/distinfo
11 12
12BUILD_DEPENDS+= asciidoc-[0-9]*:../../textproc/asciidoc 13BUILD_DEPENDS+= asciidoc-[0-9]*:../../textproc/asciidoc
13BUILD_DEPENDS+= xmlto-[0-9]*:../../textproc/xmlto 14BUILD_DEPENDS+= xmlto-[0-9]*:../../textproc/xmlto
14 15
15USE_LANGUAGES= c 16USE_LANGUAGES= c
16BUILD_TARGET= man 17BUILD_TARGET= man
17INSTALL_TARGET= install-man 18INSTALL_TARGET= install-man
18 19
19UNLIMIT_RESOURCES+= datasize 20UNLIMIT_RESOURCES+= datasize
20 21
21USE_TOOLS+= perl:run 22USE_TOOLS+= perl
22CONFIGURE_ARGS+= --with-perl=${PERL5:Q} 23CONFIGURE_ARGS+= --with-perl=${PERL5:Q}
23 24
24.include "../../devel/scmgit/Makefile.common" 25.include "../../devel/scmgit/Makefile.common"
25 26
26.include "../../mk/bsd.pkg.mk" 27.include "../../mk/bsd.pkg.mk"