1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-23 00:43:28 +00:00

readline won't be removed in time for 10.0, let 10.0 use readline from base.

PR:		ports/172079
Submitted by:	Jan Beich <jbeich@tormail.org>
This commit is contained in:
Baptiste Daroussin 2013-09-14 10:59:34 +00:00
parent 4f07ca7715
commit c79883b220
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=327271

View File

@ -12,9 +12,9 @@
.if !defined(_INCLUDE_USES_READLINE_MK)
_INCLUDE_USES_READLINE_MK= yes
.if ${OSVERSION} > 1000000
readline_ARGS= port
.endif
#.if ${OSVERSION} > 1000000
#readline_ARGS= port
#.endif
.if defined(readline_ARGS) && ${readline_ARGS} == port
LIB_DEPENDS+= libreadline.so.6:${PORTSDIR}/devel/readline