diff options
-rw-r--r-- | x11/gnome2/Makefile | 8 |
1 files changed, 1 insertions, 7 deletions
diff --git a/x11/gnome2/Makefile b/x11/gnome2/Makefile index c9eb6c293..53d57e27e 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.227 2008/01/18 06:59:36 marcus Exp $ +# $MCom: ports/x11/gnome2/Makefile,v 1.228 2008/01/18 07:02:05 marcus Exp $ # PORTNAME= gnome2 @@ -107,10 +107,4 @@ 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> |