summaryrefslogtreecommitdiff
path: root/devel/bonobo/Makefile
diff options
context:
space:
mode:
authorrh <rh@pkgsrc.org>2001-10-04 19:14:58 +0000
committerrh <rh@pkgsrc.org>2001-10-04 19:14:58 +0000
commit60f9ad95dac6a893dddce230b3199c109d8df9b8 (patch)
tree8744531c4ab4f985d7e9181e0ac888926a760875 /devel/bonobo/Makefile
parenta4b5d1a947be4c459208479b6fdd4e78c7651549 (diff)
downloadpkgsrc-60f9ad95dac6a893dddce230b3199c109d8df9b8.tar.gz
Update bonobo to 1.0.9 and while at it, buildlinkify. Changes include:
* Features * UI parse / translate caching (Alex Larsson) * parallel build fixes (Havoc) * gnome 1.4.1 spec file (Ludovic Danigo) * Bugs fixed * moniker escaping bug (Me) * storage-fs fixes (David Kaelbling) * more preconditions on UI component (Me) * toolbar shadow fix (Ettore) * xml18ntools config issue (Darin) * property bag leak (Larry Ewing) * pixmap leak (Larry Ewing) * event source UMR (Dan Winship) * stream-memory segv (Jody) * build fixes (Darin) * require new libxml (Radek Doulik) * exception env. leak fixage (Anders Carlsson)
Diffstat (limited to 'devel/bonobo/Makefile')
-rw-r--r--devel/bonobo/Makefile20
1 files changed, 11 insertions, 9 deletions
diff --git a/devel/bonobo/Makefile b/devel/bonobo/Makefile
index d12489094c3..587011ae1eb 100644
--- a/devel/bonobo/Makefile
+++ b/devel/bonobo/Makefile
@@ -1,7 +1,7 @@
-# $NetBSD: Makefile,v 1.17 2001/09/27 23:17:54 jlam Exp $
+# $NetBSD: Makefile,v 1.18 2001/10/04 19:14:58 rh Exp $
#
-DISTNAME= bonobo-1.0.7
+DISTNAME= bonobo-1.0.9
CATEGORIES= devel
MASTER_SITES= ${MASTER_SITE_GNOME:=stable/sources/bonobo/}
@@ -10,12 +10,10 @@ HOMEPAGE= http://www.gnome.org/
COMMENT= Architecture for creating reusable software components
BUILD_DEPENDS+= bison-[0-9]*:../../devel/bison
-DEPENDS+= ORBit>=0.5.8:../../net/ORBit
-DEPENDS+= gdk-pixbuf-gnome>=0.10.0:../../graphics/gdk-pixbuf-gnome
-DEPENDS+= oaf>=0.6.5:../../devel/oaf
-DEPENDS+= gnome-libs>=1.2.13:../../x11/gnome-libs
-DEPENDS+= gnome-print>=0.28:../../print/gnome-print
+BUILDLINK_DEPENDS.ORBit=ORBit>0.5.8
+
+USE_BUILDLINK_ONLY= YES
USE_LIBTOOL= YES
USE_X11BASE= YES
USE_GMAKE= YES
@@ -23,9 +21,13 @@ GNU_CONFIGURE= YES
CONFIGURE_ENV+= LOCALBASE="${LOCALBASE}"
CONFIGURE_ENV+= X11BASE="${X11BASE}"
-CPPFLAGS+= -I${LOCALBASE}/include
-LDFLAGS+= -Wl,-R${LOCALBASE}/lib -L${LOCALBASE}/lib
+LDFLAGS+= -Wl,-R${LOCALBASE}/lib
LTCONFIG_OVERRIDE= ${WRKSRC}/ltconfig
+.include "../../graphics/gdk-pixbuf-gnome/buildlink.mk"
+.include "../../print/gnome-print/buildlink.mk"
+.include "../../devel/popt/buildlink.mk"
+.include "../../devel/oaf/buildlink.mk"
+.include "../../mk/x11.buildlink.mk"
.include "../../mk/bsd.pkg.mk"