diff options
author | Joe Marcus Clarke <marcus@FreeBSD.org> | 2004-02-26 17:46:07 +0000 |
---|---|---|
committer | Joe Marcus Clarke <marcus@FreeBSD.org> | 2004-02-26 17:46:07 +0000 |
commit | e8f86d714836943d1c41fe7c86298165a7a8e30d (patch) | |
tree | 3aab7617cc3a537b6057d220a528a96f6d4ac77f /editors/gnome2-office | |
parent | 493027699bb38885a1eada28e62d32248f904a63 (diff) |
Notes
Diffstat (limited to 'editors/gnome2-office')
-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 |