diff options
Diffstat (limited to 'net')
-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> |