From b322d187ee06b1dc1df62ad103e31263d27a4596 Mon Sep 17 00:00:00 2001 From: kwm Date: Mon, 17 May 2010 09:45:15 +0000 Subject: Cheese needs webcamd, which is only available on 8.0 or higher. Adjust depends to take this into account. Submitted by: tevans.uk --- x11/gnome2/Makefile | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'x11') diff --git a/x11/gnome2/Makefile b/x11/gnome2/Makefile index 94fd25faf804..c0a93734aa2b 100644 --- a/x11/gnome2/Makefile +++ b/x11/gnome2/Makefile @@ -83,7 +83,6 @@ RUN_DEPENDS+= yelp:${PORTSDIR}/x11/yelp \ .endif .if ${.CURDIR:T}!="gnome2-lite" RUN_DEPENDS+= empathy:${PORTSDIR}/net-im/empathy \ - cheese:${PORTSDIR}/multimedia/cheese \ gucharmap:${PORTSDIR}/deskutils/gucharmap \ sound-juicer:${PORTSDIR}/audio/sound-juicer \ zenity:${PORTSDIR}/x11/zenity \ @@ -96,6 +95,9 @@ RUN_DEPENDS+= empathy:${PORTSDIR}/net-im/empathy \ ${LOCALBASE}/lib/hamster-applet/hamster-applet:${PORTSDIR}/deskutils/hamster-applet \ ${LOCALBASE}/lib/gtk-2.0/modules/at-spi-dbus/modules/libatk-bridge.so:${PORTSDIR}/accessibility/at-spi2-atk \ gpk-application:${PORTSDIR}/ports-mgmt/gnome-packagekit +.if ${OSVERSION}>=800000 +RUN_DEPENDS+= cheese:${PORTSDIR}/multimedia/cheese +.endif .if ${ARCH} == "i386" #RUN_DEPENDS+= tomboy:${PORTSDIR}/deskutils/tomboy .endif -- cgit