summaryrefslogtreecommitdiff
path: root/x11/gnome2
diff options
context:
space:
mode:
authorJoe Marcus Clarke <marcus@FreeBSD.org>2003-12-01 01:00:09 +0000
committerJoe Marcus Clarke <marcus@FreeBSD.org>2003-12-01 01:00:09 +0000
commitb4f67189ec844fe9c87197c9932376301a51a877 (patch)
tree571c3c34e18cf98e3702dc22211ff6ced0bf267d /x11/gnome2
parentFix build errors caused by cut-n-paste. (diff)
Fix build on amd64 where Mozilla cannot be built (yet).
Approved by: portmgr (implicit)
Notes
Notes: svn path=/head/; revision=94832
Diffstat (limited to 'x11/gnome2')
-rw-r--r--x11/gnome2/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/x11/gnome2/Makefile b/x11/gnome2/Makefile
index 98216bdf9ce9..89b4ecc26b20 100644
--- a/x11/gnome2/Makefile
+++ b/x11/gnome2/Makefile
@@ -61,7 +61,7 @@ do-install: # empty
.include <bsd.port.pre.mk>
-.if ${ARCH} == "i386" || ${OSVERSION} > 500035
+.if ${ARCH} != "amd64" && ( ${ARCH} == "i386" || ${OSVERSION} > 500035 )
RUN_DEPENDS+= epiphany:${PORTSDIR}/www/epiphany
.endif