summaryrefslogtreecommitdiff
path: root/x11/gnome2
diff options
context:
space:
mode:
authorKoop Mast <kwm@FreeBSD.org>2010-05-17 09:45:15 +0000
committerKoop Mast <kwm@FreeBSD.org>2010-05-17 09:45:15 +0000
commit2569dc47da7cf98df0c70ed61e6d5117639e4116 (patch)
treeb9d9a607c53124ce6cedf4342b9eea0804e53bb8 /x11/gnome2
parentMake numpy optional, defaulting to off. Because it depends gcc44. (diff)
Cheese needs webcamd, which is only available on 8.0 or higher. Adjust depends
to take this into account. Submitted by: tevans.uk <tevans.uk@googlemail.com>
Notes
Notes: svn path=/head/; revision=254481
Diffstat (limited to 'x11/gnome2')
-rw-r--r--x11/gnome2/Makefile4
1 files changed, 3 insertions, 1 deletions
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