diff options
author | Joe Marcus Clarke <marcus@FreeBSD.org> | 2004-11-24 02:19:46 +0000 |
---|---|---|
committer | Joe Marcus Clarke <marcus@FreeBSD.org> | 2004-11-24 02:19:46 +0000 |
commit | 26389c0baadb017b6207c82051ac741157a86207 (patch) | |
tree | c132aed5511b46b612fb767bac9b9c6f9708dcf7 /net/meanwhile/Makefile | |
parent | 12360f410058a105970036ed97da0ff73250d29b (diff) | |
download | ports-26389c0baadb017b6207c82051ac741157a86207.tar.gz ports-26389c0baadb017b6207c82051ac741157a86207.zip |
Chase this to IGNORE on !i386. A new release is in the works that will work
properly on 64-bit platforms.
Notes
Notes:
svn path=/head/; revision=122264
Diffstat (limited to 'net/meanwhile/Makefile')
-rw-r--r-- | net/meanwhile/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/net/meanwhile/Makefile b/net/meanwhile/Makefile index a9ef240a6519..ff60c0fdf4b3 100644 --- a/net/meanwhile/Makefile +++ b/net/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> |