1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-02-02 11:09:29 +00:00

Unbreak: Add dependency on devel/readline for systems that need it

This commit is contained in:
Volker Stolz 2004-06-23 09:14:04 +00:00
parent 8329b19328
commit 2a868cfcc4
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=112031

View File

@ -31,8 +31,9 @@ MAN1= rascal.1
.include <bsd.port.pre.mk>
.if ${OSVERSION} < 500018
BROKEN= "Requires readline 4.2 or newer"
.if ${OSVERSION} < 502000
BUILD_DEPENDS= ${LOCALBASE}/lib/libreadline.so.4:${PORTSDIR}/devel/readline
RUN_DEPENDS= ${LOCALBASE}/lib/libreadline.so.4:${PORTSDIR}/devel/readline
.endif
.if ${HAVE_GNOME:Mgnomelibs}!=""