Perl is needed at build time. So add these lines to the Makefile

USE_TOOLS+=             perl:run
CONFIGURE_ARGS+=       --with-perl=${PERL5:Q}
This commit is contained in:
apb 2012-09-28 17:34:18 +00:00
parent 45f66a256a
commit e56b7a64e3

View file

@ -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"