diff options
author | marcus <marcus@FreeBSD.org> | 2003-12-01 09:00:09 +0800 |
---|---|---|
committer | marcus <marcus@FreeBSD.org> | 2003-12-01 09:00:09 +0800 |
commit | a8630c6e7785423d1dbf1fcc3e474eb471d478ee (patch) | |
tree | d469c7ab867d2f0cb4eb931f69b9d483039891ab /x11 | |
parent | aa9745dda69aa3b839d290069bb137124f2f1890 (diff) | |
download | freebsd-ports-gnome-a8630c6e7785423d1dbf1fcc3e474eb471d478ee.tar.gz freebsd-ports-gnome-a8630c6e7785423d1dbf1fcc3e474eb471d478ee.tar.zst freebsd-ports-gnome-a8630c6e7785423d1dbf1fcc3e474eb471d478ee.zip |
Fix build on amd64 where Mozilla cannot be built (yet).
Approved by: portmgr (implicit)
Diffstat (limited to 'x11')
-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 |