summaryrefslogtreecommitdiff
path: root/devel/libbonobo
diff options
context:
space:
mode:
authorrh <rh@pkgsrc.org>2002-10-16 03:14:41 +0000
committerrh <rh@pkgsrc.org>2002-10-16 03:14:41 +0000
commit3a3e01d6babcad7c934306c4a7df1e60cd3832dc (patch)
treeffe244b864cbb019cec06a2efb3339701a2172ac /devel/libbonobo
parentc84b772520244c51c632284f3fa5f10e3d0914fa (diff)
downloadpkgsrc-3a3e01d6babcad7c934306c4a7df1e60cd3832dc.tar.gz
Switch glib2 from PTL2 to pth.
Introduce USE_PTL2 so that PTL2 can still be used as an alternative (e.g. for debugging). Only include ptl2/buildlink2.mk if USE_PTL2 is set and no native threads are available. Bump PKGREVISIONS.
Diffstat (limited to 'devel/libbonobo')
-rw-r--r--devel/libbonobo/Makefile6
1 files changed, 3 insertions, 3 deletions
diff --git a/devel/libbonobo/Makefile b/devel/libbonobo/Makefile
index 0899a95a9e5..93caf9aa4a9 100644
--- a/devel/libbonobo/Makefile
+++ b/devel/libbonobo/Makefile
@@ -1,7 +1,7 @@
-# $NetBSD: Makefile,v 1.3 2002/09/10 16:06:39 wiz Exp $
+# $NetBSD: Makefile,v 1.4 2002/10/16 03:14:43 rh Exp $
DISTNAME= libbonobo-2.0.0
-PKGREVISION= 1
+PKGREVISION= 2
CATEGORIES= devel gnome
MASTER_SITES= ${MASTER_SITE_GNOME:=2.0.0/sources/libbonobo/}
EXTRACT_SUFX= .tar.bz2
@@ -17,5 +17,5 @@ USE_GMAKE= YES
LIBTOOL_OVERRIDE= ${WRKSRC}/libtool
.include "../../devel/bonobo-activation/buildlink2.mk"
-.include "../../devel/ptl2/buildlink2.mk"
+.include "../../devel/glib2/buildlink2.mk"
.include "../../mk/bsd.pkg.mk"