diff options
author | Joe Marcus Clarke <marcus@FreeBSD.org> | 2004-03-15 18:43:07 +0000 |
---|---|---|
committer | Joe Marcus Clarke <marcus@FreeBSD.org> | 2004-03-15 18:43:07 +0000 |
commit | 02876a70f89995129a2cfad9a54064c965d4515b (patch) | |
tree | 145d7bb5e6f0b721f64b9a88553cb9625bc00c74 /x11/gnome2 | |
parent | 6552c7390f8f673a0cfb5f390f5009f668936fb0 (diff) |
Notes
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 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> |