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 | f505da89f3609d23be46643c5c0ea49516110b20 (patch) | |
tree | cf4ba43cb44591aa9a107c474439c57a43b7cea7 | |
parent | 61c1b996bba70d8ca46c31a372b03f069d59cf02 (diff) | |
download | pkgsrc-f505da89f3609d23be46643c5c0ea49516110b20.tar.gz |
devel/papaya: USE_TOOLS+= makeinfo
-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} |