1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-19 19:59:43 +00:00

Add missing devel/readline dependency where required. This will allow

the port to build on 4.x, once the libosip2 issue has been resolved.

PR:		ports/97279
Submitted by:	shaun (me)
Approved by:	ahze (mentor, implicit)
This commit is contained in:
Shaun Amott 2006-07-15 01:46:12 +00:00
parent d9837f231f
commit d2c76a2674
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=167848

View File

@ -48,6 +48,10 @@ LDFLAGS= -L${LOCALBASE}/lib ${PTHREAD_LIBS}
.include "Makefile.common"
.include <bsd.port.pre.mk>
.if ${OSVERSION} < 600000
LIB_DEPENDS+= readline.[5-9]:${PORTSDIR}/devel/readline
.endif
post-patch:
@${REINPLACE_CMD} -e '/^SUBDIRS =/s|docs||g' ${WRKSRC}/oRTP/Makefile.in