diff options
author | marcus <marcus@FreeBSD.org> | 2003-09-26 14:13:16 +0800 |
---|---|---|
committer | marcus <marcus@FreeBSD.org> | 2003-09-26 14:13:16 +0800 |
commit | 0410a51a3aa71c22b50a4481e6b5dfad909942a9 (patch) | |
tree | 4bbb10f52228e8587ea735a8bf301691c3f0e80a /x11/gnome2 | |
parent | 606f27aaf282f9f92fdaadb0db7432a4987c037b (diff) | |
download | freebsd-ports-gnome-0410a51a3aa71c22b50a4481e6b5dfad909942a9.tar.gz freebsd-ports-gnome-0410a51a3aa71c22b50a4481e6b5dfad909942a9.tar.zst freebsd-ports-gnome-0410a51a3aa71c22b50a4481e6b5dfad909942a9.zip |
Conditionalize gnomemeeting on i386 only.
Diffstat (limited to 'x11/gnome2')
-rw-r--r-- | x11/gnome2/Makefile | 5 |
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> |