diff options
author | marcus <marcus@FreeBSD.org> | 2004-02-20 17:56:31 +0000 |
---|---|---|
committer | marcus <marcus@FreeBSD.org> | 2004-02-20 17:56:31 +0000 |
commit | 965535af491ae5b6801ad6b12b55d386cfd75a6a (patch) | |
tree | 07ebb5a2271c3886cf60daab36f0452961bba24a /editors/abiword-devel | |
parent | c5fd83c824d3ac9f01c04a94d6fe74a89de16ab6 (diff) | |
download | FreeBSD-ports-965535af491ae5b6801ad6b12b55d386cfd75a6a.zip FreeBSD-ports-965535af491ae5b6801ad6b12b55d386cfd75a6a.tar.gz |
This port doesn't work on any version of Alpha.
Diffstat (limited to 'editors/abiword-devel')
-rw-r--r-- | editors/abiword-devel/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/editors/abiword-devel/Makefile b/editors/abiword-devel/Makefile index 65629af..eba4d46 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 |