diff options
author | marcus <marcus@FreeBSD.org> | 2004-03-16 02:43:07 +0800 |
---|---|---|
committer | marcus <marcus@FreeBSD.org> | 2004-03-16 02:43:07 +0800 |
commit | 56f9e44545c7b8a42108762600a7947c379f348a (patch) | |
tree | 570bde4d6e7f332a53e3df507722edfd69944abf /x11/gnome2 | |
parent | 7441ae03be9e0355d196a9b2e72a8a0702fc70f8 (diff) | |
download | freebsd-ports-graphics-56f9e44545c7b8a42108762600a7947c379f348a.tar.gz freebsd-ports-graphics-56f9e44545c7b8a42108762600a7947c379f348a.tar.zst freebsd-ports-graphics-56f9e44545c7b8a42108762600a7947c379f348a.zip |
Remove gnomemeeting from the Desktop as it is now forbidden, and Roger seems
to be away for the time being.
Diffstat (limited to 'x11/gnome2')
-rw-r--r-- | x11/gnome2/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/x11/gnome2/Makefile b/x11/gnome2/Makefile index bd6529116e0..1e53eaad346 100644 --- a/x11/gnome2/Makefile +++ b/x11/gnome2/Makefile @@ -67,8 +67,8 @@ do-install: # empty RUN_DEPENDS+= epiphany:${PORTSDIR}/www/epiphany .endif -.if ${ARCH} == "i386" -RUN_DEPENDS+= gnomemeeting:${PORTSDIR}/net/gnomemeeting -.endif +#.if ${ARCH} == "i386" +#RUN_DEPENDS+= gnomemeeting:${PORTSDIR}/net/gnomemeeting +#.endif .include <bsd.port.post.mk> |