diff options
author | marino <marino@pkgsrc.org> | 2012-01-29 20:54:54 +0000 |
---|---|---|
committer | marino <marino@pkgsrc.org> | 2012-01-29 20:54:54 +0000 |
commit | c25ab40ed2545e7ca3c98e79799b360bab5e466c (patch) | |
tree | cf4ba43cb44591aa9a107c474439c57a43b7cea7 /devel/papaya | |
parent | 65afe4161417d20d040814004cfdfa6e7cfdc9c5 (diff) | |
download | pkgsrc-c25ab40ed2545e7ca3c98e79799b360bab5e466c.tar.gz |
devel/papaya: USE_TOOLS+= makeinfo
Diffstat (limited to 'devel/papaya')
-rw-r--r-- | devel/papaya/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/devel/papaya/Makefile b/devel/papaya/Makefile index 2e8d6296c81..eaf25d09cce 100644 --- a/devel/papaya/Makefile +++ b/devel/papaya/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.25 2011/07/06 13:17:46 obache Exp $ +# $NetBSD: Makefile,v 1.26 2012/01/29 20:54:54 marino Exp $ # DISTNAME= papaya-0.1.7 @@ -20,7 +20,7 @@ CONFIGURE_ENV+= sh_command=${TOOLS_SH:Q} CONFIGURE_ENV+= tar_command=${TOOLS_TAR:Q} CONFIGURE_ENV+= texi2html_command=${TOOLS_PATH.texi2html:Q} CONFIGURE_ENV+= gmake_command=${TOOLS_PATH.gmake} -USE_TOOLS+= sh perl:run tar texi2html gmake:run gzip:run +USE_TOOLS+= sh perl:run tar texi2html gmake:run gzip:run makeinfo INFO_FILES= # PLIST CONFIGURE_ENV+= perl_command=${PERL5:Q} |