pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/devel/papaya Take advantage of USE_TOOLS+=texi2html.



details:   https://anonhg.NetBSD.org/pkgsrc/rev/c2edc9fea0b8
branches:  trunk
changeset: 510542:c2edc9fea0b8
user:      jlam <jlam%pkgsrc.org@localhost>
date:      Thu Mar 30 23:12:25 2006 +0000

description:
Take advantage of USE_TOOLS+=texi2html.

diffstat:

 devel/papaya/Makefile |  6 ++----
 1 files changed, 2 insertions(+), 4 deletions(-)

diffs (26 lines):

diff -r 1cf549bf3445 -r c2edc9fea0b8 devel/papaya/Makefile
--- a/devel/papaya/Makefile     Thu Mar 30 21:52:20 2006 +0000
+++ b/devel/papaya/Makefile     Thu Mar 30 23:12:25 2006 +0000
@@ -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 @@
 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}



Home | Main Index | Thread Index | Old Index