diff options
author | Joe Marcus Clarke <marcus@FreeBSD.org> | 2004-02-06 04:06:14 +0000 |
---|---|---|
committer | Joe Marcus Clarke <marcus@FreeBSD.org> | 2004-02-06 04:06:14 +0000 |
commit | b7c4344b35d6f32261c337f6123477126403272b (patch) | |
tree | 7d4a742c33cb127104830aaadcdee8f320a91a03 /editors/gnome2-office | |
parent | f17e4cd1f4fe3fb53381f493d645b277b9b12145 (diff) | |
download | ports-b7c4344b35d6f32261c337f6123477126403272b.tar.gz ports-b7c4344b35d6f32261c337f6123477126403272b.zip |
Notes
Diffstat (limited to 'editors/gnome2-office')
-rw-r--r-- | editors/gnome2-office/Makefile | 9 |
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> |