summaryrefslogtreecommitdiff
path: root/devel/rlwrap
diff options
context:
space:
mode:
authorChristian Weisgerber <naddy@FreeBSD.org>2003-06-27 15:57:07 +0000
committerChristian Weisgerber <naddy@FreeBSD.org>2003-06-27 15:57:07 +0000
commit3b72d2670628b8befc834d5be08abf689bf254c4 (patch)
tree2a2e3a338eed82941576af9a72364f8e65069e9b /devel/rlwrap
parentIGNORE should be used instead of BROKEN to indicate that a port (diff)
Replacing BROKEN by IGNORE will save bento trying to build this
port on 4.x, where it is known not to work. PR: 53440 Submitted by: Mark Linimon <linimon@lonesome.com>
Notes
Notes: svn path=/head/; revision=83751
Diffstat (limited to 'devel/rlwrap')
-rw-r--r--devel/rlwrap/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/devel/rlwrap/Makefile b/devel/rlwrap/Makefile
index 8df865649611..aad2e5a97e8b 100644
--- a/devel/rlwrap/Makefile
+++ b/devel/rlwrap/Makefile
@@ -18,7 +18,7 @@ COMMENT= Readline wrapper
.include <bsd.port.pre.mk>
.if ${OSVERSION} < 500018
-BROKEN= "Requires readline 4.2 or newer"
+IGNORE= "Requires readline 4.2 or newer, only available in recent versions of FreeBSD 5.x"
.endif
USE_GETOPT_LONG= yes