diff options
author | Joe Marcus Clarke <marcus@FreeBSD.org> | 2004-02-06 04:02:17 +0000 |
---|---|---|
committer | Joe Marcus Clarke <marcus@FreeBSD.org> | 2004-02-06 04:02:17 +0000 |
commit | 020752b1ec5c5661173ad390fc1ff9c815af45ad (patch) | |
tree | a67820d202ceebf7553eb83a3384449acfef2e19 /editors/abiword | |
parent | fe87ff98eeb41ace255bd79a492471baf2dab1c9 (diff) | |
download | ports-020752b1ec5c5661173ad390fc1ff9c815af45ad.tar.gz ports-020752b1ec5c5661173ad390fc1ff9c815af45ad.zip |
Mark ONLY_FOR_ARCHS=i386 on 4.X.
Reported by: bento via kris
Notes
Notes:
svn path=/head/; revision=100104
Diffstat (limited to 'editors/abiword')
-rw-r--r-- | editors/abiword/Makefile | 4 |
1 files changed, 4 insertions, 0 deletions
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):" |