diff options
author | marcus <marcus@FreeBSD.org> | 2004-11-24 10:19:46 +0800 |
---|---|---|
committer | marcus <marcus@FreeBSD.org> | 2004-11-24 10:19:46 +0800 |
commit | 5446606de4fab401658a32f2e3016cd4c5f02afd (patch) | |
tree | 6c42f95044f3d071da8993c9f9315a01561fee0c /net-im/meanwhile | |
parent | 13793f4418ccb0ade06b13da9c7dceabf2c0c95c (diff) | |
download | freebsd-ports-gnome-5446606de4fab401658a32f2e3016cd4c5f02afd.tar.gz freebsd-ports-gnome-5446606de4fab401658a32f2e3016cd4c5f02afd.tar.zst freebsd-ports-gnome-5446606de4fab401658a32f2e3016cd4c5f02afd.zip |
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 a9ef240a6519..ff60c0fdf4b3 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> |