diff options
author | marcus <marcus@FreeBSD.org> | 2004-11-24 02:19:46 +0000 |
---|---|---|
committer | marcus <marcus@FreeBSD.org> | 2004-11-24 02:19:46 +0000 |
commit | 5446606de4fab401658a32f2e3016cd4c5f02afd (patch) | |
tree | 6c42f95044f3d071da8993c9f9315a01561fee0c /net-im/meanwhile | |
parent | 13793f4418ccb0ade06b13da9c7dceabf2c0c95c (diff) | |
download | FreeBSD-ports-5446606de4fab401658a32f2e3016cd4c5f02afd.zip FreeBSD-ports-5446606de4fab401658a32f2e3016cd4c5f02afd.tar.gz |
Chase this to IGNORE on !i386. A new release is in the works that will work
properly on 64-bit platforms.
Diffstat (limited to 'net-im/meanwhile')
-rw-r--r-- | net-im/meanwhile/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/net-im/meanwhile/Makefile b/net-im/meanwhile/Makefile index a9ef240..ff60c0f 100644 --- a/net-im/meanwhile/Makefile +++ b/net-im/meanwhile/Makefile @@ -23,7 +23,7 @@ USE_LIBTOOL_VER=15 .include <bsd.port.pre.mk> .if ${ARCH} != "i386" -BROKEN= "Does not compile on !i386" +IGNORE= "Does not compile on !i386" .endif .include <bsd.port.post.mk> |