pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/devel/coconut Replace papaya bl inclusion with BUILD_D...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/0d4f61fdead7
branches:  trunk
changeset: 474140:0d4f61fdead7
user:      wiz <wiz%pkgsrc.org@localhost>
date:      Sun Apr 25 22:59:28 2004 +0000

description:
Replace papaya bl inclusion with BUILD_DEPENDS on it; the bl file was
only adding a build dependency, and papaya has no libraries/headers
to buildlink.
Additionally, the texi2html inclusion in its bl file is bogus, since texi2html
is only a build dependency for papaya.

diffstat:

 devel/coconut/Makefile |  5 +++--
 1 files changed, 3 insertions(+), 2 deletions(-)

diffs (26 lines):

diff -r 786fffffe38c -r 0d4f61fdead7 devel/coconut/Makefile
--- a/devel/coconut/Makefile    Sun Apr 25 22:50:48 2004 +0000
+++ b/devel/coconut/Makefile    Sun Apr 25 22:59:28 2004 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.18 2004/02/14 17:21:36 jlam Exp $
+# $NetBSD: Makefile,v 1.19 2004/04/25 22:59:28 wiz Exp $
 #
 
 DISTNAME=      coconut-0.3.0
@@ -11,6 +11,8 @@
 HOMEPAGE=      http://sourceforge.net/projects/coconut-lib/
 COMMENT=       Objective-C library for Unix-like systems
 
+BUILD_DEPENDS+=        papaya>=0.1.7:../../devel/papaya
+
 USE_BUILDLINK2=        YES
 USE_LIBTOOL=   YES
 USE_X11=       YES
@@ -27,7 +29,6 @@
 .include "../../textproc/libxml2/buildlink2.mk"
 .include "../../textproc/libxslt/buildlink2.mk"
 .include "../../devel/ncurses/buildlink2.mk"
-.include "../../devel/papaya/buildlink2.mk"
 .include "../../devel/popt/buildlink2.mk"
 .include "../../net/gnet1/buildlink2.mk"
 .include "../../mk/pthread.buildlink2.mk"



Home | Main Index | Thread Index | Old Index