- Chase recent devel/readline update

PR:		ports/73118
Submitted by:	Frank J. Laszlo <laszlof@vonostingroup.com>
This commit is contained in:
Pav Lucistnik 2004-10-26 15:23:33 +00:00
parent a40ba91194
commit 0375ef8a1e
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=120236

View file

@ -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.