diff options
Diffstat (limited to 'net-im/farstream/Makefile')
-rw-r--r-- | net-im/farstream/Makefile | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/net-im/farstream/Makefile b/net-im/farstream/Makefile index 314695c82..dca7051c9 100644 --- a/net-im/farstream/Makefile +++ b/net-im/farstream/Makefile @@ -1,9 +1,9 @@ # Created by: Joe Marcus Clarke <marcus@FreeBSD.org> # $FreeBSD$ -# $MCom: ports/trunk/net-im/farstream/Makefile 17271 2013-04-01 15:16:27Z kwm $ +# $MCom: ports/net-im/farstream/Makefile,v 1.2 2012/06/13 09:31:14 kwm Exp $ PORTNAME= farstream -PORTVERSION= 0.1.2 +PORTVERSION= 0.2.3 CATEGORIES= net-im devel MASTER_SITES= http://freedesktop.org/software/farstream/releases/farstream/ @@ -11,16 +11,16 @@ MAINTAINER= gnome@FreeBSD.org COMMENT= Collection of GStreamer modules and libraries for videoconferencing LIB_DEPENDS= nice:${PORTSDIR}/net-im/libnice +RUN_DEPENDS= libnice-gst1>=0:${PORTSDIR}/net-im/libnice-gst1 CONFLICTS= farsight2-[0-9]* -FETCH_ARGS= -Fpr USE_GMAKE= yes -USES= gettext pathfix pkgconfig USE_LDCONFIG= yes USE_PYTHON= yes -USE_GNOME= glib20 ltverhack introspection:build -USE_GSTREAMER= core good bad python +USES= gettext pathfix pkgconfig +USE_GNOME= glib20 ltverhack +USE_GSTREAMER1= good bad USE_AUTOTOOLS= libtool CPPFLAGS+= -I${LOCALBASE}/include LDFLAGS+= -L${LOCALBASE}/lib |