diff options
author | kwm <kwm@FreeBSD.org> | 2013-04-02 17:27:05 +0800 |
---|---|---|
committer | kwm <kwm@FreeBSD.org> | 2013-04-02 17:27:05 +0800 |
commit | 5aa6de01dca59780df00ef5fac03293c482084ff (patch) | |
tree | 1c528603784473266e22ebce9f37eed14503479e /net-im/farsight2 | |
parent | 276ad4b65bee9811640802d7a94d1a2d41db72b6 (diff) | |
download | freebsd-ports-graphics-5aa6de01dca59780df00ef5fac03293c482084ff.tar.gz freebsd-ports-graphics-5aa6de01dca59780df00ef5fac03293c482084ff.tar.zst freebsd-ports-graphics-5aa6de01dca59780df00ef5fac03293c482084ff.zip |
fix build with glib 2.34: wv2, gimp-focusblur-plugin, gtk-murrine-engine
Fix up botched variable in mysql-workbench51 that prevents patching.
Correct farsight2 master_site and add mirror.
Submitted by: pointyhat via miwi
Approved by: portmgr (miwi)
Diffstat (limited to 'net-im/farsight2')
-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 1f5ee13c474..746c0e52868 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 |