diff options
author | rh <rh@pkgsrc.org> | 2001-10-08 06:51:23 +0000 |
---|---|---|
committer | rh <rh@pkgsrc.org> | 2001-10-08 06:51:23 +0000 |
commit | 9da334dc9a457bdb66ac16410ed121660e3d9891 (patch) | |
tree | ee47074769e0728866c4f4fb309b18cb8ab1e1ed /devel | |
parent | 66a5d39b1849ad4a3daf32e2a4a1e322cf069356 (diff) | |
download | pkgsrc-9da334dc9a457bdb66ac16410ed121660e3d9891.tar.gz |
Explicitly depend on libxml and bump that dependency to version 1.8.15.
Patch provided by Nathan J. Williams <nathanw@MIT.EDU> in tech-pkg
Diffstat (limited to 'devel')
-rw-r--r-- | devel/bonobo/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/devel/bonobo/Makefile b/devel/bonobo/Makefile index 587011ae1eb..dc5dbfc26a8 100644 --- a/devel/bonobo/Makefile +++ b/devel/bonobo/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.18 2001/10/04 19:14:58 rh Exp $ +# $NetBSD: Makefile,v 1.19 2001/10/08 06:51:23 rh Exp $ # DISTNAME= bonobo-1.0.9 @@ -12,6 +12,7 @@ COMMENT= Architecture for creating reusable software components BUILD_DEPENDS+= bison-[0-9]*:../../devel/bison BUILDLINK_DEPENDS.ORBit=ORBit>0.5.8 +BUILDLINK_DEPENDS.libxml=libxml>1.8.15 USE_BUILDLINK_ONLY= YES USE_LIBTOOL= YES @@ -27,6 +28,7 @@ LTCONFIG_OVERRIDE= ${WRKSRC}/ltconfig .include "../../graphics/gdk-pixbuf-gnome/buildlink.mk" .include "../../print/gnome-print/buildlink.mk" +.include "../../textproc/libxml/buildlink.mk" .include "../../devel/popt/buildlink.mk" .include "../../devel/oaf/buildlink.mk" .include "../../mk/x11.buildlink.mk" |