summaryrefslogtreecommitdiff
path: root/devel
diff options
context:
space:
mode:
authorapb <apb>2012-09-28 17:34:18 +0000
committerapb <apb>2012-09-28 17:34:18 +0000
commitbe080339174f2b2b6e58238d553dc4c7834a4517 (patch)
tree39d34d791d18d8e64c079331d56b5d0b56a2b314 /devel
parent604ee1217d636aeeda23c05629cfa2b1f7a50e6b (diff)
downloadpkgsrc-be080339174f2b2b6e58238d553dc4c7834a4517.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/Makefile5
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"