aboutsummaryrefslogtreecommitdiff
path: root/editors/gnome2-office
diff options
context:
space:
mode:
authorJoe Marcus Clarke <marcus@FreeBSD.org>2004-02-26 17:46:07 +0000
committerJoe Marcus Clarke <marcus@FreeBSD.org>2004-02-26 17:46:07 +0000
commite8f86d714836943d1c41fe7c86298165a7a8e30d (patch)
tree3aab7617cc3a537b6057d220a528a96f6d4ac77f /editors/gnome2-office
parent493027699bb38885a1eada28e62d32248f904a63 (diff)
downloadports-e8f86d714836943d1c41fe7c86298165a7a8e30d.tar.gz
ports-e8f86d714836943d1c41fe7c86298165a7a8e30d.zip
Adjust the AbiWord dependency for i386 only.
Notes
Notes: svn path=/head/; revision=102218
Diffstat (limited to 'editors/gnome2-office')
-rw-r--r--editors/gnome2-office/Makefile2
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