From 020752b1ec5c5661173ad390fc1ff9c815af45ad Mon Sep 17 00:00:00 2001 From: Joe Marcus Clarke Date: Fri, 6 Feb 2004 04:02:17 +0000 Subject: [PATCH] Mark ONLY_FOR_ARCHS=i386 on 4.X. Reported by: bento via kris --- editors/AbiWord2/Makefile | 4 ++++ editors/abiword-devel/Makefile | 4 ++++ editors/abiword/Makefile | 4 ++++ 3 files changed, 12 insertions(+) diff --git a/editors/AbiWord2/Makefile b/editors/AbiWord2/Makefile index 2f398b684921..65629afee117 100644 --- a/editors/AbiWord2/Makefile +++ b/editors/AbiWord2/Makefile @@ -62,6 +62,10 @@ LIB_DEPENDS+= gucharmap.3:${PORTSDIR}/deskutils/gucharmap CONFIGURE_ARGS+= --enable-cmap=no .endif +.if ${OSVERSION} < 500000 +ONLY_FOR_ARCHS= i386 +.endif + pre-everything:: @${ECHO_MSG} "" @${ECHO_MSG} "AbiWord2 has the following tunable option(s):" diff --git a/editors/abiword-devel/Makefile b/editors/abiword-devel/Makefile index 2f398b684921..65629afee117 100644 --- a/editors/abiword-devel/Makefile +++ b/editors/abiword-devel/Makefile @@ -62,6 +62,10 @@ LIB_DEPENDS+= gucharmap.3:${PORTSDIR}/deskutils/gucharmap CONFIGURE_ARGS+= --enable-cmap=no .endif +.if ${OSVERSION} < 500000 +ONLY_FOR_ARCHS= i386 +.endif + pre-everything:: @${ECHO_MSG} "" @${ECHO_MSG} "AbiWord2 has the following tunable option(s):" diff --git a/editors/abiword/Makefile b/editors/abiword/Makefile index 2f398b684921..65629afee117 100644 --- a/editors/abiword/Makefile +++ b/editors/abiword/Makefile @@ -62,6 +62,10 @@ LIB_DEPENDS+= gucharmap.3:${PORTSDIR}/deskutils/gucharmap CONFIGURE_ARGS+= --enable-cmap=no .endif +.if ${OSVERSION} < 500000 +ONLY_FOR_ARCHS= i386 +.endif + pre-everything:: @${ECHO_MSG} "" @${ECHO_MSG} "AbiWord2 has the following tunable option(s):"