diff options
author | marcus <marcus@FreeBSD.org> | 2004-02-21 01:56:31 +0800 |
---|---|---|
committer | marcus <marcus@FreeBSD.org> | 2004-02-21 01:56:31 +0800 |
commit | 965535af491ae5b6801ad6b12b55d386cfd75a6a (patch) | |
tree | 07ebb5a2271c3886cf60daab36f0452961bba24a /editors/gnome2-office | |
parent | c5fd83c824d3ac9f01c04a94d6fe74a89de16ab6 (diff) | |
download | freebsd-ports-gnome-965535af491ae5b6801ad6b12b55d386cfd75a6a.tar.gz freebsd-ports-gnome-965535af491ae5b6801ad6b12b55d386cfd75a6a.tar.zst freebsd-ports-gnome-965535af491ae5b6801ad6b12b55d386cfd75a6a.zip |
This port doesn't work on any version of Alpha.
Diffstat (limited to 'editors/gnome2-office')
-rw-r--r-- | editors/gnome2-office/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/editors/gnome2-office/Makefile b/editors/gnome2-office/Makefile index 8f1f3928ac20..2305f12a0622 100644 --- a/editors/gnome2-office/Makefile +++ b/editors/gnome2-office/Makefile @@ -26,7 +26,7 @@ NO_BUILD= yes .include <bsd.port.pre.mk> -.if ${ARCH} != "alpha" || ${OSVERSION} >= 500000 +.if ${ARCH} != "alpha" RUN_DEPENDS+= AbiWord-2.0:${PORTSDIR}/editors/AbiWord2 .endif |