forked from Lainports/freebsd-ports
Unbreak: Add dependency on devel/readline for systems that need it
This commit is contained in:
parent
8329b19328
commit
2a868cfcc4
1 changed files with 3 additions and 2 deletions
|
|
@ -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}!=""
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue