aboutsummaryrefslogtreecommitdiffstats
path: root/editors
diff options
context:
space:
mode:
authormarcus <marcus@FreeBSD.org>2004-04-06 03:38:21 +0800
committermarcus <marcus@FreeBSD.org>2004-04-06 03:38:21 +0800
commit3b5c261a4867b7362ac72b6a4f7c90d70ed34be5 (patch)
tree6502fc0fadbf2df60757ba096908e54ea12eb55a /editors
parente272d938ab6540e8604a912f6d836411ac5d3b6c (diff)
downloadfreebsd-ports-gnome-3b5c261a4867b7362ac72b6a4f7c90d70ed34be5.tar.gz
freebsd-ports-gnome-3b5c261a4867b7362ac72b6a4f7c90d70ed34be5.tar.zst
freebsd-ports-gnome-3b5c261a4867b7362ac72b6a4f7c90d70ed34be5.zip
Restore the conditional AbiWord2 dependency.
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>