summaryrefslogtreecommitdiffstats
path: root/net-im/farstream
diff options
context:
space:
mode:
authorkwm <kwm@df743ca5-7f9a-e211-a948-0013205c9059>2012-06-13 17:31:14 +0800
committerkwm <kwm@df743ca5-7f9a-e211-a948-0013205c9059>2012-06-13 17:31:14 +0800
commit7de06a2e7da61f5dcf7688eea26ca6c3811f5e89 (patch)
treeb7a08aa681ffda1f729098996ec39e4c03df3406 /net-im/farstream
parente2afc3be2c8fe20aa471782187a1cbb4c15a0e48 (diff)
downloadmarcuscom-ports-7de06a2e7da61f5dcf7688eea26ca6c3811f5e89.tar
marcuscom-ports-7de06a2e7da61f5dcf7688eea26ca6c3811f5e89.tar.gz
marcuscom-ports-7de06a2e7da61f5dcf7688eea26ca6c3811f5e89.tar.bz2
marcuscom-ports-7de06a2e7da61f5dcf7688eea26ca6c3811f5e89.tar.lz
marcuscom-ports-7de06a2e7da61f5dcf7688eea26ca6c3811f5e89.tar.xz
marcuscom-ports-7de06a2e7da61f5dcf7688eea26ca6c3811f5e89.tar.zst
marcuscom-ports-7de06a2e7da61f5dcf7688eea26ca6c3811f5e89.zip
Register conflict between these two ports. gstreamer plugins conflict.
While here fix a portlint issue. git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@16901 df743ca5-7f9a-e211-a948-0013205c9059
Diffstat (limited to 'net-im/farstream')
-rw-r--r--net-im/farstream/Makefile8
1 files changed, 5 insertions, 3 deletions
diff --git a/net-im/farstream/Makefile b/net-im/farstream/Makefile
index ece761a83..5d3400589 100644
--- a/net-im/farstream/Makefile
+++ b/net-im/farstream/Makefile
@@ -3,7 +3,7 @@
# Whom: Joe Marcus Clarke <marcus@FreeBSD.org>
#
# $FreeBSD$
-# $MCom$
+# $MCom: ports/net-im/farstream/Makefile,v 1.1 2012/06/13 02:46:09 mezz Exp $
#
PORTNAME= farstream
@@ -16,6 +16,8 @@ COMMENT= Collection of GStreamer modules and libraries for videoconferencing
LIB_DEPENDS= nice.10:${PORTSDIR}/net-im/libnice
+CONFLICTS= farsight2-[0-9]*
+
FETCH_ARGS= -Fpr
USE_GMAKE= yes
USE_GETTEXT= yes
@@ -24,7 +26,7 @@ USE_PYTHON= yes
USE_GNOME= gnomehack pkgconfig glib20 ltverhack
USE_GSTREAMER= core good bad python
USE_AUTOTOOLS= libtool
-CPPFLAGS= -I${LOCALBASE}/include
-LDFLAGS= -L${LOCALBASE}/lib
+CPPFLAGS+= -I${LOCALBASE}/include
+LDFLAGS+= -L${LOCALBASE}/lib
.include <bsd.port.mk>