diff options
Diffstat (limited to 'net-im/farstream/Makefile')
-rw-r--r-- | net-im/farstream/Makefile | 12 |
1 files changed, 5 insertions, 7 deletions
diff --git a/net-im/farstream/Makefile b/net-im/farstream/Makefile index 6e2cbcfaa..b57e8a2b8 100644 --- a/net-im/farstream/Makefile +++ b/net-im/farstream/Makefile @@ -1,10 +1,6 @@ -# New ports collection makefile for: farsight2 -# Date created: 27 February 2009 -# Whom: Joe Marcus Clarke <marcus@FreeBSD.org> -# +# Created by: Joe Marcus Clarke <marcus@FreeBSD.org> # $FreeBSD$ # $MCom$ -# PORTNAME= farstream PORTVERSION= 0.1.2 @@ -14,7 +10,7 @@ MASTER_SITES= http://freedesktop.org/software/farstream/releases/farstream/ MAINTAINER= gnome@FreeBSD.org COMMENT= Collection of GStreamer modules and libraries for videoconferencing -LIB_DEPENDS= nice.10:${PORTSDIR}/net-im/libnice +LIB_DEPENDS= nice:${PORTSDIR}/net-im/libnice CONFLICTS= farsight2-[0-9]* @@ -23,7 +19,9 @@ USE_GMAKE= yes USE_GETTEXT= yes USE_LDCONFIG= yes USE_PYTHON= yes -USE_GNOME= gnomehack pkgconfig glib20 ltverhack +USES= pathfix +USE_PKGCONFIG= build +USE_GNOME= glib20 ltverhack USE_GSTREAMER= core good bad python USE_AUTOTOOLS= libtool CPPFLAGS+= -I${LOCALBASE}/include |