summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--devel/papaya/Makefile6
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}