From 7d39e83f4e8b0e1d2bea57fd74cbf70669323cd5 Mon Sep 17 00:00:00 2001 From: apb Date: Fri, 28 Sep 2012 17:34:18 +0000 Subject: Perl is needed at build time. So add these lines to the Makefile USE_TOOLS+= perl:run CONFIGURE_ARGS+= --with-perl=${PERL5:Q} --- devel/scmgit-docs/Makefile | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) (limited to 'devel') 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" -- cgit v1.2.3