aboutsummaryrefslogtreecommitdiff
path: root/net/linphone-base
diff options
context:
space:
mode:
authorShaun Amott <shaun@FreeBSD.org>2006-07-15 01:46:12 +0000
committerShaun Amott <shaun@FreeBSD.org>2006-07-15 01:46:12 +0000
commitd2c76a267405fb2ecaeb0555071a867d2cf640e9 (patch)
treede3fb73d43a7fc70a38f594ef9351c35537e2ed8 /net/linphone-base
parentd9837f231f9f0354622a66d0a58b00fa0b4163f9 (diff)
downloadports-d2c76a267405fb2ecaeb0555071a867d2cf640e9.tar.gz
ports-d2c76a267405fb2ecaeb0555071a867d2cf640e9.zip
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)
Notes
Notes: svn path=/head/; revision=167848
Diffstat (limited to 'net/linphone-base')
-rw-r--r--net/linphone-base/Makefile4
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