diff options
author | jlam <jlam@pkgsrc.org> | 2006-03-30 23:12:25 +0000 |
---|---|---|
committer | jlam <jlam@pkgsrc.org> | 2006-03-30 23:12:25 +0000 |
commit | 2e67dcf513a7f56b291a324a4e01e68b547db569 (patch) | |
tree | 6b59cdefceaf5029e3caa5016b66400f14804f51 /devel/papaya | |
parent | cfe2151407d07acccb97f1bc5ea4694f95842147 (diff) | |
download | pkgsrc-2e67dcf513a7f56b291a324a4e01e68b547db569.tar.gz |
Take advantage of USE_TOOLS+=texi2html.
Diffstat (limited to 'devel/papaya')
-rw-r--r-- | devel/papaya/Makefile | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/devel/papaya/Makefile b/devel/papaya/Makefile index c60fc041c83..e7862a8ef32 100644 --- a/devel/papaya/Makefile +++ b/devel/papaya/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.15 2006/03/04 21:29:25 jlam Exp $ +# $NetBSD: Makefile,v 1.16 2006/03/30 23:12:25 jlam Exp $ # DISTNAME= papaya-0.1.7 @@ -11,15 +11,13 @@ MAINTAINER= pkgsrc-users@NetBSD.org HOMEPAGE= http://www.asahi-net.or.jp/~em7t-hmd/papaya/index.html COMMENT= Simple scripts for software development -BUILD_DEPENDS+= texi2html>=1.76:../../textproc/texi2html - PKG_INSTALLATION_TYPES= overwrite pkgviews USE_LANGUAGES= # empty GNU_CONFIGURE= YES CONFIGURE_ENV+= sh_command=${TOOLS_SH:Q} CONFIGURE_ENV+= tar_command=${TOOLS_TAR:Q} -USE_TOOLS+= sh perl:run tar +USE_TOOLS+= sh perl:run tar texi2html INFO_FILES= papaya.info CONFIGURE_ENV+= perl_command=${PERL5:Q} |