pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/devel/papaya This package doesn't build anything; set ...
details: https://anonhg.NetBSD.org/pkgsrc/rev/bf9ff398d309
branches: trunk
changeset: 473631:bf9ff398d309
user: minskim <minskim%pkgsrc.org@localhost>
date: Thu Apr 22 05:38:32 2004 +0000
description:
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.
diffstat:
devel/papaya/Makefile | 10 +++++++---
1 files changed, 7 insertions(+), 3 deletions(-)
diffs (30 lines):
diff -r 941cfb6b88f2 -r bf9ff398d309 devel/papaya/Makefile
--- a/devel/papaya/Makefile Thu Apr 22 04:34:52 2004 +0000
+++ b/devel/papaya/Makefile Thu Apr 22 05:38:32 2004 +0000
@@ -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 @@
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 @@
${CP} detab.in detab.in.cr && \
${TR} -d '\r' < detab.in.cr > detab.in
-.include "../../textproc/texi2html/buildlink2.mk"
.include "../../mk/bsd.pkg.mk"
Home |
Main Index |
Thread Index |
Old Index