diff options
-rw-r--r-- | devel/papaya/Makefile | 10 |
1 files changed, 7 insertions, 3 deletions
diff --git a/devel/papaya/Makefile b/devel/papaya/Makefile index 124e51904aa..756a4958c19 100644 --- a/devel/papaya/Makefile +++ b/devel/papaya/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.7 2004/02/14 15:29:15 jlam Exp $ +# $NetBSD: Makefile,v 1.8 2004/04/22 05:38:32 minskim Exp $ # DISTNAME= papaya-0.1.7 @@ -10,8 +10,13 @@ MAINTAINER= tech-pkg@NetBSD.org HOMEPAGE= http://www.asahi-net.or.jp/~em7t-hmd/papaya/index.html COMMENT= Simple scripts for software development +BUILD_DEPENDS+= texi2html-[0-9]*:../../textproc/texi2html + +PKG_INSTALLATION_TYPES= overwrite pkgviews + USE_PERL5= run -USE_BUILDLINK2= YES +NO_BUILDLINK= YES +USE_LANGUAGES= # empty GNU_CONFIGURE= YES INFO_FILES= papaya.info @@ -20,5 +25,4 @@ pre-configure: ${CP} detab.in detab.in.cr && \ ${TR} -d '\r' < detab.in.cr > detab.in -.include "../../textproc/texi2html/buildlink2.mk" .include "../../mk/bsd.pkg.mk" |