aboutsummaryrefslogtreecommitdiffstats
path: root/editors
diff options
context:
space:
mode:
Diffstat (limited to 'editors')
-rw-r--r--editors/gnome2-office/Makefile9
1 files changed, 7 insertions, 2 deletions
diff --git a/editors/gnome2-office/Makefile b/editors/gnome2-office/Makefile
index 28ac77908fd7..6aae05c0bef6 100644
--- a/editors/gnome2-office/Makefile
+++ b/editors/gnome2-office/Makefile
@@ -20,11 +20,16 @@ RUN_DEPENDS= gnumeric:${PORTSDIR}/math/gnumeric2 \
dia:${PORTSDIR}/graphics/dia \
glabels:${PORTSDIR}/deskutils/glabels \
evolution:${PORTSDIR}/mail/evolution \
- AbiWord-2.0:${PORTSDIR}/editors/AbiWord2 \
mergeant:${PORTSDIR}/databases/mergeant
NO_BUILD= yes
+.include <bsd.port.pre.mk>
+
+.if ${ARCH} == "i386"
+RUN_DEPENDS+= AbiWord-2.0:${PORTSDIR}/editors/AbiWord2
+.endif
+
do-install: # empty
-.include <bsd.port.mk>
+.include <bsd.port.post.mk>