summaryrefslogtreecommitdiff
path: root/x11/gnome2
diff options
context:
space:
mode:
authorJoe Marcus Clarke <marcus@FreeBSD.org>2003-09-26 06:13:16 +0000
committerJoe Marcus Clarke <marcus@FreeBSD.org>2003-09-26 06:13:16 +0000
commit46166e0edf5e4e60bae845c1032c11852537441b (patch)
tree215ae4b91be9ae4285a1e8920bb09616439c827c /x11/gnome2
parentupdate: games/linux-nwserver 1.30 -> 1.31 (diff)
Conditionalize gnomemeeting on i386 only.
Notes
Notes: svn path=/head/; revision=89413
Diffstat (limited to 'x11/gnome2')
-rw-r--r--x11/gnome2/Makefile5
1 files changed, 4 insertions, 1 deletions
diff --git a/x11/gnome2/Makefile b/x11/gnome2/Makefile
index 88a1cd186ecf..98216bdf9ce9 100644
--- a/x11/gnome2/Makefile
+++ b/x11/gnome2/Makefile
@@ -46,7 +46,6 @@ RUN_DEPENDS= ${X11BASE}/libexec/cdplayer_applet2:${PORTSDIR}/x11/gnomeapplets2 \
zenity:${PORTSDIR}/x11/zenity \
gst-thumbnail:${PORTSDIR}/multimedia/nautilus-media \
${X11BASE}/lib/X11/fonts/bitstream-vera/Vera.ttf:${PORTSDIR}/x11-fonts/bitstream-vera \
- gnomemeeting:${PORTSDIR}/net/gnomemeeting \
gnopernicus:${PORTSDIR}/x11/gnopernicus
NO_BUILD= yes
@@ -66,4 +65,8 @@ do-install: # empty
RUN_DEPENDS+= epiphany:${PORTSDIR}/www/epiphany
.endif
+.if ${ARCH} == "i386"
+RUN_DEPENDS+= gnomemeeting:${PORTSDIR}/net/gnomemeeting
+.endif
+
.include <bsd.port.post.mk>