diff options
-rw-r--r-- | editors/AbiWord2/Makefile | 2 | ||||
-rw-r--r-- | editors/abiword-devel/Makefile | 2 | ||||
-rw-r--r-- | editors/abiword/Makefile | 2 | ||||
-rw-r--r-- | editors/gnome2-office/Makefile | 2 |
4 files changed, 4 insertions, 4 deletions
diff --git a/editors/AbiWord2/Makefile b/editors/AbiWord2/Makefile index 65629afee117..eba4d46740a0 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 65629afee117..eba4d46740a0 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 65629afee117..eba4d46740a0 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 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 |