diff options
author | Joe Marcus Clarke <marcus@FreeBSD.org> | 2003-12-01 09:00:09 +0800 |
---|---|---|
committer | Joe Marcus Clarke <marcus@FreeBSD.org> | 2003-12-01 09:00:09 +0800 |
commit | b4f67189ec844fe9c87197c9932376301a51a877 (patch) | |
tree | 571c3c34e18cf98e3702dc22211ff6ced0bf267d | |
parent | 0e6fece00fafb2b8c354cc0a7f927ae73bbe3916 (diff) | |
download | freebsd-ports-gnome-b4f67189ec844fe9c87197c9932376301a51a877.tar.gz freebsd-ports-gnome-b4f67189ec844fe9c87197c9932376301a51a877.tar.zst freebsd-ports-gnome-b4f67189ec844fe9c87197c9932376301a51a877.zip |
Fix build on amd64 where Mozilla cannot be built (yet).
Approved by: portmgr (implicit)
-rw-r--r-- | x11/gnome2/Makefile | 2 |
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 |