summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorminskim <minskim@pkgsrc.org>2004-04-22 05:38:32 +0000
committerminskim <minskim@pkgsrc.org>2004-04-22 05:38:32 +0000
commitd35bcb2acaac534e96d8ba581ae473f8d7a926b3 (patch)
tree20459da2a3a70e458e8339fa4ec7157a11a9636e
parent1f8f80ecffb2f96f0c0c1de5f80045e864c051bb (diff)
downloadpkgsrc-d35bcb2acaac534e96d8ba581ae473f8d7a926b3.tar.gz
This package doesn't build anything; set NO_BUILDLINK=YES and
USE_LANGUAGES=#empty, and use *DEPENDS instead of including buildlink2.mk. Enable pkgviews installation.
-rw-r--r--devel/papaya/Makefile10
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"