diff options
author | marcus <marcus@FreeBSD.org> | 2004-11-24 10:27:32 +0800 |
---|---|---|
committer | marcus <marcus@FreeBSD.org> | 2004-11-24 10:27:32 +0800 |
commit | 5c70843c81b1d011d228102cd53920b5a30f3c63 (patch) | |
tree | d7efec3fb44baec2023d8b7cfb97244f2dac5355 /net-im | |
parent | 5446606de4fab401658a32f2e3016cd4c5f02afd (diff) | |
download | freebsd-ports-gnome-5c70843c81b1d011d228102cd53920b5a30f3c63.tar.gz freebsd-ports-gnome-5c70843c81b1d011d228102cd53920b5a30f3c63.tar.zst freebsd-ports-gnome-5c70843c81b1d011d228102cd53920b5a30f3c63.zip |
Reword IGNORE message.
Prompted by: kris
Diffstat (limited to 'net-im')
-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 ff60c0fdf4b3..f9a17f907132 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" -IGNORE= "Does not compile on !i386" +IGNORE= Does not build on 64-bit platforms, but new release is imminent .endif .include <bsd.port.post.mk> |