diff options
Diffstat (limited to 'x11')
-rw-r--r-- | x11/gnome2/Makefile | 8 |
1 files changed, 7 insertions, 1 deletions
diff --git a/x11/gnome2/Makefile b/x11/gnome2/Makefile index 0ec32dffe..c9eb6c293 100644 --- a/x11/gnome2/Makefile +++ b/x11/gnome2/Makefile @@ -3,7 +3,7 @@ # Whom: Joe Marcus Clarke <marcus@FreeBSD.org> # # $FreeBSD$ -# $MCom: ports/x11/gnome2/Makefile,v 1.226 2008/01/11 06:15:53 marcus Exp $ +# $MCom: ports/x11/gnome2/Makefile,v 1.227 2008/01/18 06:59:36 marcus Exp $ # PORTNAME= gnome2 @@ -107,4 +107,10 @@ RUN_DEPENDS+= gnome-screensaver:${PORTSDIR}/x11/gnome-screensaver .endif .endif +.if ${.CURDIR:T}=="gnome2-hacker-tools" +.if ${ARCH} == "i386" +RUN_DEPENDS+= ${LOCALBASE}/libdata/pkgconfig/ndesk-dbus-glib-1.0.pc:${PORTSDIR}/devel/ndesk-dbus-glib +.endif +.endif + .include <bsd.port.post.mk> |