diff options
author | marcus <marcus@FreeBSD.org> | 2004-04-07 04:53:00 +0000 |
---|---|---|
committer | marcus <marcus@FreeBSD.org> | 2004-04-07 04:53:00 +0000 |
commit | 78700a501dca22c6a7776c7df07f7528ca222628 (patch) | |
tree | 6de35582db305707910356197fe113269db6824a /editors | |
parent | ffa99c5d9f11f66a0d02b9ad16cc04575de57253 (diff) | |
download | FreeBSD-ports-78700a501dca22c6a7776c7df07f7528ca222628.zip FreeBSD-ports-78700a501dca22c6a7776c7df07f7528ca222628.tar.gz |
Re-enable AbiWord on non-i386 architectures.
Diffstat (limited to 'editors')
-rw-r--r-- | editors/gnome2-office/Makefile | 9 |
1 files changed, 2 insertions, 7 deletions
diff --git a/editors/gnome2-office/Makefile b/editors/gnome2-office/Makefile index 6aae05c..28ac779 100644 --- a/editors/gnome2-office/Makefile +++ b/editors/gnome2-office/Makefile @@ -20,16 +20,11 @@ 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.post.mk> +.include <bsd.port.mk> |