A little diff to net/unison to build against the new lablgtk2 port
instead of the old gtk+ gui.
Cheers
Giovanni
Index: Makefile.inc
===================================================================
RCS file: /cvs/ports/net/unison/Makefile.inc,v
retrieving revision 1.6
diff -u -p -r1.6 Makefile.inc
--- Makefile.inc 13 Feb 2008 23:13:27 -0000 1.6
+++ Makefile.inc 27 Aug 2008 14:14:28 -0000
@@ -1,6 +1,7 @@
# $OpenBSD: Makefile.inc,v 1.6 2008/02/13 23:13:27 okan Exp $
DISTNAME= unison-$V
+PKGNAME= ${DISTNAME}p0
CATEGORIES= net
HOMEPAGE= http://www.cis.upenn.edu/~bcpierce/unison/
@@ -24,11 +25,15 @@ FLAVOR?=
.if ${FLAVOR:L:Mno_x11}
MAKE_FLAGS= UISTYLE=text
.else
-BUILD_DEPENDS+= ::x11/lablgtk
-LIB_DEPENDS= gtk.>=1.2,gdk.>=1.2::x11/gtk+
-MAKE_FLAGS= UISTYLE=gtk
+BUILD_DEPENDS+= ::x11/lablgtk2
+LIB_DEPENDS= gdk-x11-2.0,gdk_pixbuf-2.0,gtk-x11-2.0::x11/gtk+2
+MAKE_FLAGS= UISTYLE=gtk2
USE_X11= Yes
-WANTLIB+= X11 Xext Xi glib gmodule iconv intl
+WANTLIB+= X11 Xext Xi iconv intl \
+ Xau Xcomposite Xcursor Xdamage Xdmcp Xfixes Xinerama \
+ Xrandr Xrender atk-1.0 cairo expat fontconfig freetype \
+ glib-2.0 glitz gmodule-2.0 gobject-2.0 pango-1.0 pangocairo-1.0
\
+ pangoft2-1.0 pixman-1 png z
.endif
# CFLAGS _must_ be empty. This is an OCaml compiler.