diff options
author | Tijl Coosemans <tijl@FreeBSD.org> | 2014-07-14 10:29:38 +0000 |
---|---|---|
committer | Tijl Coosemans <tijl@FreeBSD.org> | 2014-07-14 10:29:38 +0000 |
commit | c5f5a1d39d301d868ffdc6087f9caed2aec85cfd (patch) | |
tree | 6c6af440896486471f6df0337f2552dd1859809a /net/mediastreamer | |
parent | 6bf335212499b4da77733ef1857a0f5cf1325758 (diff) | |
download | ports-c5f5a1d39d301d868ffdc6087f9caed2aec85cfd.tar.gz ports-c5f5a1d39d301d868ffdc6087f9caed2aec85cfd.zip |
Notes
Diffstat (limited to 'net/mediastreamer')
-rw-r--r-- | net/mediastreamer/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/net/mediastreamer/Makefile b/net/mediastreamer/Makefile index 20f7eccc0c88..dfb6015d9206 100644 --- a/net/mediastreamer/Makefile +++ b/net/mediastreamer/Makefile @@ -15,6 +15,8 @@ LICENSE_FILE= ${WRKSRC}/COPYING LIB_DEPENDS= libortp.so:${PORTSDIR}/net/ortp +CONFLICTS_INSTALL= linphone-base-[0-9]* + GNU_CONFIGURE= yes CONFIGURE_ARGS= --disable-alsa --disable-glx --disable-pulseaudio \ --disable-silent-rules --disable-strict \ |