diff options
Diffstat (limited to 'x11/gnome2/Makefile')
-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 98216bdf9ce..89b4ecc26b2 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 |