diff options
Diffstat (limited to 'net/linphone-base')
-rw-r--r-- | net/linphone-base/Makefile | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/net/linphone-base/Makefile b/net/linphone-base/Makefile index 557a432430f4..a8a36b13bb27 100644 --- a/net/linphone-base/Makefile +++ b/net/linphone-base/Makefile @@ -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 |