On Wed, Jan 21, 2009 at 09:31:45PM +0100, Fabien ROMANO wrote:
> Hi,
>
> I had a problem with Terminal :

Ya, ya, i fucked up, i know. it wasn't in the diff but i fixed the deps
locally, it needs startup-notification in LIB_DEPENDS now (it was
inherited by exo dependency previously).

Landry
Index: Makefile
===================================================================
RCS file: /cvs/ports/x11/xfce4/terminal/Makefile,v
retrieving revision 1.10
diff -u -r1.10 Makefile
--- Makefile    6 Nov 2008 15:34:46 -0000       1.10
+++ Makefile    21 Jan 2009 20:36:39 -0000
@@ -5,7 +5,7 @@
 XFCE_VERSION=  0.2.8.3
 XFCE_PROJECT=  Terminal
 # :L is here for a reason
-PKGNAME=       ${DISTNAME:L}
+PKGNAME=       ${DISTNAME:L}p0
 
 # GPLv2
 PERMIT_DISTFILES_CDROM=        Yes
@@ -17,11 +17,12 @@
 DESKTOP_FILES= Yes
 
 LIB_DEPENDS=   exo-0.3.>=5::x11/xfce4/exo \
+               startup-notification-1::devel/startup-notification \
                dbus-glib-1::x11/dbus-glib \
                dbus-1.>=6::x11/dbus \
                vte.>=11::devel/vte
 
 WANTLIB=       X11 atk-1.0 c gdk-x11-2.0 gdk_pixbuf-2.0 glib-2.0 gobject-2.0 \
-               gtk-x11-2.0 startup-notification-1 xfce4util
+               gtk-x11-2.0 xfce4util
 
 .include <bsd.port.mk>

Reply via email to