aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMikhail Teterin <mi@FreeBSD.org>2014-12-24 04:18:12 +0000
committerMikhail Teterin <mi@FreeBSD.org>2014-12-24 04:18:12 +0000
commit2affda81ef5bc61d70e5da614a4b3732bbd30153 (patch)
tree2e24041dd21aa27ba192c46c1614a0d66a785e80
parent09985239106dfce09a61dc47e9b38c3cc5534846 (diff)
downloadports-2affda81ef5bc61d70e5da614a4b3732bbd30153.tar.gz
ports-2affda81ef5bc61d70e5da614a4b3732bbd30153.zip
Notes
-rw-r--r--net/linphone/Makefile4
1 files changed, 3 insertions, 1 deletions
diff --git a/net/linphone/Makefile b/net/linphone/Makefile
index a14f1efd5279..a6f584a3f52a 100644
--- a/net/linphone/Makefile
+++ b/net/linphone/Makefile
@@ -2,7 +2,7 @@
PORTNAME= linphone
PORTVERSION= 3.7.0
-PORTREVISION= 2
+PORTREVISION= 3
PORTEPOCH= 1
CATEGORIES= net
MASTER_SITES= SAVANNAH/linphone/3.7.x/sources
@@ -21,6 +21,7 @@ CONFLICTS_INSTALL= linphone-base-[0-9]*
GNU_CONFIGURE= yes
CONFIGURE_ARGS= --disable-deplibs-link --disable-strict --disable-tutorials \
--enable-external-mediastreamer --enable-external-ortp \
+ --enable-zrtp \
--with-readline=${LOCALBASE}
CPPFLAGS+= -I${LOCALBASE}/include
LIBS+= -L${LOCALBASE}/lib
@@ -28,6 +29,7 @@ INSTALL_TARGET= install-strip
USES= gmake libtool pathfix pkgconfig readline:port
USE_GNOME= gtk20 intltool libxml2
USE_LDCONFIG= yes
+EXTRACT_AFTER_ARGS+=--exclude mediastreamer2 --exclude oRTP
OPTIONS_DEFINE= IPV6 NLS NOTIFY UPNP VIDEO
OPTIONS_DEFAULT=NOTIFY UPNP VIDEO