diff options
Diffstat (limited to 'editors')
-rw-r--r-- | editors/gnome2-office/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/editors/gnome2-office/Makefile b/editors/gnome2-office/Makefile index 2305f12a0622..7d64fa8f07fb 100644 --- a/editors/gnome2-office/Makefile +++ b/editors/gnome2-office/Makefile @@ -26,7 +26,7 @@ NO_BUILD= yes .include <bsd.port.pre.mk> -.if ${ARCH} != "alpha" +.if ${ARCH} == "i386" RUN_DEPENDS+= AbiWord-2.0:${PORTSDIR}/editors/AbiWord2 .endif |