aboutsummaryrefslogtreecommitdiff
path: root/devel/rlwrap
diff options
context:
space:
mode:
authorPav Lucistnik <pav@FreeBSD.org>2004-10-26 15:23:33 +0000
committerPav Lucistnik <pav@FreeBSD.org>2004-10-26 15:23:33 +0000
commit0375ef8a1e17e67b7318febaff16f43e5f1b3725 (patch)
tree1f4306da33720c827978d9942d31e40f44d8fe4d /devel/rlwrap
parenta40ba91194d85bdc18a9c50e42aa1f05dc280e13 (diff)
downloadports-0375ef8a1e17e67b7318febaff16f43e5f1b3725.tar.gz
ports-0375ef8a1e17e67b7318febaff16f43e5f1b3725.zip
Notes
Diffstat (limited to 'devel/rlwrap')
-rw-r--r--devel/rlwrap/Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/devel/rlwrap/Makefile b/devel/rlwrap/Makefile
index 6dba673d7f87..767454fd5ef0 100644
--- a/devel/rlwrap/Makefile
+++ b/devel/rlwrap/Makefile
@@ -8,6 +8,7 @@
PORTNAME= rlwrap
PORTVERSION= 0.18
+PORTREVISION= 1
CATEGORIES= devel
MASTER_SITES= http://utopia.knoware.nl/~hlub/uck/rlwrap/
@@ -26,7 +27,7 @@ MAN1= rlwrap.1
.if ${OSVERSION} < 500018
# This port requires readline 4.2 or newer, which is only available
# in the base system in FreeBSD 5.x.
-BUILD_DEPENDS+= ${PREFIX}/lib/libreadline.so.4:${PORTSDIR}/devel/readline
+BUILD_DEPENDS+= ${PREFIX}/lib/libreadline.so.5:${PORTSDIR}/devel/readline
RUN_DEPENDS+= ${BUILD_DEPENDS}
# Make sure the dynamic linker does not pick up
# the older libreadline library from the base system.