aboutsummaryrefslogtreecommitdiff
path: root/net/ortp/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'net/ortp/Makefile')
-rw-r--r--net/ortp/Makefile9
1 files changed, 2 insertions, 7 deletions
diff --git a/net/ortp/Makefile b/net/ortp/Makefile
index 4ced62b13772..0dc38819d3a2 100644
--- a/net/ortp/Makefile
+++ b/net/ortp/Makefile
@@ -2,8 +2,7 @@
# $FreeBSD$
PORTNAME= ortp
-PORTVERSION= 0.23.0
-PORTREVISION= 2
+PORTVERSION= 0.24.1
CATEGORIES= net
MASTER_SITES= SAVANNAH/linphone/ortp/sources
@@ -13,14 +12,10 @@ COMMENT= Real-time Transport Protocol (RTP) library
LICENSE= LGPL21
LICENSE_FILE= ${WRKSRC}/COPYING
-LIB_DEPENDS= libsrtp.so:${PORTSDIR}/net/libsrtp \
- libzrtpcppcore.so:${PORTSDIR}/security/libzrtpcppcore
-
CONFLICTS_INSTALL= linphone-base-[0-9]*
GNU_CONFIGURE= yes
-CONFIGURE_ARGS= --disable-silent-rules --disable-strict \
- --enable-zrtp --with-srtp
+CONFIGURE_ARGS= --disable-silent-rules --disable-strict
INSTALL_TARGET= install-strip
USES= libtool pathfix pkgconfig
USE_LDCONFIG= yes