aboutsummaryrefslogtreecommitdiffstats
path: root/editors
diff options
context:
space:
mode:
authormarcus <marcus@FreeBSD.org>2004-02-21 01:56:31 +0800
committermarcus <marcus@FreeBSD.org>2004-02-21 01:56:31 +0800
commit965535af491ae5b6801ad6b12b55d386cfd75a6a (patch)
tree07ebb5a2271c3886cf60daab36f0452961bba24a /editors
parentc5fd83c824d3ac9f01c04a94d6fe74a89de16ab6 (diff)
downloadfreebsd-ports-graphics-965535af491ae5b6801ad6b12b55d386cfd75a6a.tar.gz
freebsd-ports-graphics-965535af491ae5b6801ad6b12b55d386cfd75a6a.tar.zst
freebsd-ports-graphics-965535af491ae5b6801ad6b12b55d386cfd75a6a.zip
This port doesn't work on any version of Alpha.
Diffstat (limited to 'editors')
-rw-r--r--editors/AbiWord2/Makefile2
-rw-r--r--editors/abiword-devel/Makefile2
-rw-r--r--editors/abiword/Makefile2
-rw-r--r--editors/gnome2-office/Makefile2
4 files changed, 4 insertions, 4 deletions
diff --git a/editors/AbiWord2/Makefile b/editors/AbiWord2/Makefile
index 65629afee11..eba4d46740a 100644
--- a/editors/AbiWord2/Makefile
+++ b/editors/AbiWord2/Makefile
@@ -62,7 +62,7 @@ LIB_DEPENDS+= gucharmap.3:${PORTSDIR}/deskutils/gucharmap
CONFIGURE_ARGS+= --enable-cmap=no
.endif
-.if ${OSVERSION} < 500000
+.if ${OSVERSION} < 500000 || ${ARCH} == "alpha"
ONLY_FOR_ARCHS= i386
.endif
diff --git a/editors/abiword-devel/Makefile b/editors/abiword-devel/Makefile
index 65629afee11..eba4d46740a 100644
--- a/editors/abiword-devel/Makefile
+++ b/editors/abiword-devel/Makefile
@@ -62,7 +62,7 @@ LIB_DEPENDS+= gucharmap.3:${PORTSDIR}/deskutils/gucharmap
CONFIGURE_ARGS+= --enable-cmap=no
.endif
-.if ${OSVERSION} < 500000
+.if ${OSVERSION} < 500000 || ${ARCH} == "alpha"
ONLY_FOR_ARCHS= i386
.endif
diff --git a/editors/abiword/Makefile b/editors/abiword/Makefile
index 65629afee11..eba4d46740a 100644
--- a/editors/abiword/Makefile
+++ b/editors/abiword/Makefile
@@ -62,7 +62,7 @@ LIB_DEPENDS+= gucharmap.3:${PORTSDIR}/deskutils/gucharmap
CONFIGURE_ARGS+= --enable-cmap=no
.endif
-.if ${OSVERSION} < 500000
+.if ${OSVERSION} < 500000 || ${ARCH} == "alpha"
ONLY_FOR_ARCHS= i386
.endif
diff --git a/editors/gnome2-office/Makefile b/editors/gnome2-office/Makefile
index 8f1f3928ac2..2305f12a062 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