diff options
author | kwm <kwm@df743ca5-7f9a-e211-a948-0013205c9059> | 2013-05-27 21:56:10 +0800 |
---|---|---|
committer | kwm <kwm@df743ca5-7f9a-e211-a948-0013205c9059> | 2013-05-27 21:56:10 +0800 |
commit | 85e40e1e0a5982eb28ee0a774ca8c39ffddcd671 (patch) | |
tree | 740c9921dddd07fe98256a8f234a196244484450 /net-im/farstream/Makefile | |
parent | 95993467487772932d44853f7faa573377719f32 (diff) | |
download | marcuscom-ports-85e40e1e0a5982eb28ee0a774ca8c39ffddcd671.tar marcuscom-ports-85e40e1e0a5982eb28ee0a774ca8c39ffddcd671.tar.gz marcuscom-ports-85e40e1e0a5982eb28ee0a774ca8c39ffddcd671.tar.bz2 marcuscom-ports-85e40e1e0a5982eb28ee0a774ca8c39ffddcd671.tar.lz marcuscom-ports-85e40e1e0a5982eb28ee0a774ca8c39ffddcd671.tar.xz marcuscom-ports-85e40e1e0a5982eb28ee0a774ca8c39ffddcd671.tar.zst marcuscom-ports-85e40e1e0a5982eb28ee0a774ca8c39ffddcd671.zip |
Update to 0.2.3.
Submitted by: Gustau Perez (based on)
git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@18504 df743ca5-7f9a-e211-a948-0013205c9059
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 |