summaryrefslogtreecommitdiff
path: root/devel/coconut
diff options
context:
space:
mode:
authorwiz <wiz@pkgsrc.org>2004-04-25 22:59:28 +0000
committerwiz <wiz@pkgsrc.org>2004-04-25 22:59:28 +0000
commit286baacdfdbfe4b0995f510401ed0df48950714f (patch)
treeb310c04d5637e53a3bb3572cc553afba815f595b /devel/coconut
parentef45eb42272fc0be6f19153eb8c73c162d31b3b9 (diff)
downloadpkgsrc-286baacdfdbfe4b0995f510401ed0df48950714f.tar.gz
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 (limited to 'devel/coconut')
-rw-r--r--devel/coconut/Makefile5
1 files changed, 3 insertions, 2 deletions
diff --git a/devel/coconut/Makefile b/devel/coconut/Makefile
index 34766ae71ac..8e19dd4cd99 100644
--- a/devel/coconut/Makefile
+++ b/devel/coconut/Makefile
@@ -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 @@ MAINTAINER= tech-pkg@NetBSD.org
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 @@ pre-configure:
.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"