diff options
author | Koop Mast <kwm@FreeBSD.org> | 2013-04-02 09:27:05 +0000 |
---|---|---|
committer | Koop Mast <kwm@FreeBSD.org> | 2013-04-02 09:27:05 +0000 |
commit | d4dc90dad1dce1adb2aea9038bef9905888b5ba6 (patch) | |
tree | 1c528603784473266e22ebce9f37eed14503479e /net-im | |
parent | dabd8fe5493b2d50a5ab555c98305d73decf5a00 (diff) | |
download | ports-d4dc90dad1dce1adb2aea9038bef9905888b5ba6.tar.gz ports-d4dc90dad1dce1adb2aea9038bef9905888b5ba6.zip |
Notes
Diffstat (limited to 'net-im')
-rw-r--r-- | net-im/farsight2/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/net-im/farsight2/Makefile b/net-im/farsight2/Makefile index 1f5ee13c4744..746c0e528689 100644 --- a/net-im/farsight2/Makefile +++ b/net-im/farsight2/Makefile @@ -5,7 +5,8 @@ PORTNAME= farsight2 PORTVERSION= 0.0.31 CATEGORIES= net-im devel -MASTER_SITES= http://farsight.freedesktop.org/releases/farsight2/ +MASTER_SITES= http://www.freedesktop.org/software/farstream/releases/farsight2/ \ + http://miwibox.org/distfiles/ MAINTAINER= gnome@FreeBSD.org COMMENT= Collection of GStreamer modules and libraries for videoconferencing @@ -14,7 +15,6 @@ LIB_DEPENDS= nice:${PORTSDIR}/net-im/libnice CONFLICTS= farstream-[0-9]* -FETCH_ARGS= -Fpr USE_GMAKE= yes USE_GETTEXT= yes USE_LDCONFIG= yes |