aboutsummaryrefslogtreecommitdiff
path: root/editors/gnome2-office
diff options
context:
space:
mode:
authorJoe Marcus Clarke <marcus@FreeBSD.org>2004-02-06 04:06:14 +0000
committerJoe Marcus Clarke <marcus@FreeBSD.org>2004-02-06 04:06:14 +0000
commitb7c4344b35d6f32261c337f6123477126403272b (patch)
tree7d4a742c33cb127104830aaadcdee8f320a91a03 /editors/gnome2-office
parentf17e4cd1f4fe3fb53381f493d645b277b9b12145 (diff)
downloadports-b7c4344b35d6f32261c337f6123477126403272b.tar.gz
ports-b7c4344b35d6f32261c337f6123477126403272b.zip
Notes
Diffstat (limited to 'editors/gnome2-office')
-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 6bef4a8c64be..8f1f3928ac20 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} != "alpha" || ${OSVERSION} >= 500000
+RUN_DEPENDS+= AbiWord-2.0:${PORTSDIR}/editors/AbiWord2
+.endif
+
do-install: # empty
-.include <bsd.port.mk>
+.include <bsd.port.post.mk>