diff options
author | Joe Marcus Clarke <marcus@FreeBSD.org> | 2004-11-24 02:27:32 +0000 |
---|---|---|
committer | Joe Marcus Clarke <marcus@FreeBSD.org> | 2004-11-24 02:27:32 +0000 |
commit | d013e203da2f4d61cca0eb8b57537984f5bf182e (patch) | |
tree | 66c231e721e15c8fd02fe681128aab97b7155317 /net/meanwhile | |
parent | 26389c0baadb017b6207c82051ac741157a86207 (diff) | |
download | ports-d013e203da2f4d61cca0eb8b57537984f5bf182e.tar.gz ports-d013e203da2f4d61cca0eb8b57537984f5bf182e.zip |
Reword IGNORE message.
Prompted by: kris
Notes
Notes:
svn path=/head/; revision=122265
Diffstat (limited to 'net/meanwhile')
-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 ff60c0fdf4b3..f9a17f907132 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" -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> |