diff options
author | wiz <wiz@pkgsrc.org> | 2004-04-25 22:59:28 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2004-04-25 22:59:28 +0000 |
commit | 286baacdfdbfe4b0995f510401ed0df48950714f (patch) | |
tree | b310c04d5637e53a3bb3572cc553afba815f595b | |
parent | ef45eb42272fc0be6f19153eb8c73c162d31b3b9 (diff) | |
download | pkgsrc-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.
-rw-r--r-- | devel/coconut/Makefile | 5 |
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" |