mirror of
https://git.freebsd.org/ports.git
synced 2025-07-18 17:59:20 -04:00
- Chase recent devel/readline update
PR: ports/73118 Submitted by: Frank J. Laszlo <laszlof@vonostingroup.com>
This commit is contained in:
parent
a40ba91194
commit
0375ef8a1e
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=120236
1 changed files with 2 additions and 1 deletions
|
@ -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.
|
||||
|
|
Loading…
Add table
Reference in a new issue