diff options
Diffstat (limited to 'net-im/farstream/Makefile')
-rw-r--r-- | net-im/farstream/Makefile | 8 |
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> |