diff options
Diffstat (limited to 'x11')
-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 bd6529116e0e..1e53eaad346c 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> |