diff options
author | apb <apb> | 2012-09-28 17:34:18 +0000 |
---|---|---|
committer | apb <apb> | 2012-09-28 17:34:18 +0000 |
commit | 7d39e83f4e8b0e1d2bea57fd74cbf70669323cd5 (patch) | |
tree | 39d34d791d18d8e64c079331d56b5d0b56a2b314 /devel | |
parent | c6d2b5f9205636a85b707f75c0b1fe15891648d6 (diff) | |
download | pkgsrc-7d39e83f4e8b0e1d2bea57fd74cbf70669323cd5.tar.gz |
Perl is needed at build time. So add these lines to the Makefile
USE_TOOLS+= perl:run
CONFIGURE_ARGS+= --with-perl=${PERL5:Q}
Diffstat (limited to 'devel')
-rw-r--r-- | devel/scmgit-docs/Makefile | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/devel/scmgit-docs/Makefile b/devel/scmgit-docs/Makefile index ad0d939d135..728851fe8af 100644 --- a/devel/scmgit-docs/Makefile +++ b/devel/scmgit-docs/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.12 2011/04/06 14:08:27 adam Exp $ +# $NetBSD: Makefile,v 1.13 2012/09/28 17:34:18 apb Exp $ PKGNAME= scmgit-docs-${GIT_VERSION} COMMENT= GIT Tree History Storage Tool (documentation) @@ -18,6 +18,9 @@ INSTALL_TARGET= install-man UNLIMIT_RESOURCES+= datasize +USE_TOOLS+= perl:run +CONFIGURE_ARGS+= --with-perl=${PERL5:Q} + .include "../../devel/scmgit/Makefile.common" .include "../../mk/bsd.pkg.mk" |