1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-28 05:29:48 +00:00

- Force configure to detect readline in ${LOCALBASE} if

${OSVERSION} < 700016.

PR:		ports/97520
Submitted by:	maintainer (Gea-Suan Lin)
This commit is contained in:
Cheng-Lung Sung 2006-05-21 02:55:24 +00:00
parent fc4f8d2d6e
commit 10673bc718
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=162919

View File

@ -24,6 +24,7 @@ GNU_CONFIGURE= yes
.if ${OSVERSION} < 700016
LIB_DEPENDS+= readline.5:${PORTSDIR}/devel/readline
CONFIGURE_ARGS+= --with-readline=${LOCALBASE}
.endif
.if ${OSVERSION} < 500000