diff options
author | marcus <marcus@FreeBSD.org> | 2004-02-06 04:02:17 +0000 |
---|---|---|
committer | marcus <marcus@FreeBSD.org> | 2004-02-06 04:02:17 +0000 |
commit | efc9108bc991b73720076953f722621764653d90 (patch) | |
tree | c2f8b5ea419830a769cf5de6ae2be39e97dcf7b9 | |
parent | 213180668b513df9a1bf96f7bf914537fb4e9eaa (diff) | |
download | FreeBSD-ports-efc9108bc991b73720076953f722621764653d90.zip FreeBSD-ports-efc9108bc991b73720076953f722621764653d90.tar.gz |
Mark ONLY_FOR_ARCHS=i386 on 4.X.
Reported by: bento via kris
-rw-r--r-- | editors/AbiWord2/Makefile | 4 | ||||
-rw-r--r-- | editors/abiword-devel/Makefile | 4 | ||||
-rw-r--r-- | editors/abiword/Makefile | 4 |
3 files changed, 12 insertions, 0 deletions
diff --git a/editors/AbiWord2/Makefile b/editors/AbiWord2/Makefile index 2f398b6..65629af 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 2f398b6..65629af 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 2f398b6..65629af 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):" |