diff options
author | Joe Marcus Clarke <marcus@FreeBSD.org> | 2010-05-31 22:52:40 +0000 |
---|---|---|
committer | Joe Marcus Clarke <marcus@FreeBSD.org> | 2010-05-31 22:52:40 +0000 |
commit | 68dd04711b0233ebc022eba4d73ae69a15ab9377 (patch) | |
tree | 1e537896a657568a4a80d9789ac67d477a6fb2b0 /net-im | |
parent | 9fa5d4e59f0a1ef12f3c6956ba954548f38e4c6f (diff) | |
download | ports-68dd04711b0233ebc022eba4d73ae69a15ab9377.tar.gz ports-68dd04711b0233ebc022eba4d73ae69a15ab9377.zip |
Notes
Diffstat (limited to 'net-im')
-rw-r--r-- | net-im/farsight2/Makefile | 2 | ||||
-rw-r--r-- | net-im/libnice/Makefile | 2 | ||||
-rw-r--r-- | net-im/libpurple/Makefile | 2 | ||||
-rw-r--r-- | net-im/pidgin/Makefile | 2 |
4 files changed, 6 insertions, 2 deletions
diff --git a/net-im/farsight2/Makefile b/net-im/farsight2/Makefile index 786868d844f7..b1cc20e4e28e 100644 --- a/net-im/farsight2/Makefile +++ b/net-im/farsight2/Makefile @@ -7,6 +7,7 @@ PORTNAME= farsight2 PORTVERSION= 0.0.19 +PORTREVISION= 1 CATEGORIES= net-im devel MASTER_SITES= http://farsight.freedesktop.org/releases/farsight2/ @@ -16,6 +17,7 @@ COMMENT= Collection of GStreamer modules and libraries for videoconferencing LIB_DEPENDS= nice.0:${PORTSDIR}/net-im/libnice USE_GMAKE= yes +USE_GETTEXT= yes USE_LDCONFIG= yes USE_PYTHON= yes USE_GNOME= gnomehack pkgconfig glib20 ltverhack gnometarget \ diff --git a/net-im/libnice/Makefile b/net-im/libnice/Makefile index f4f93023bfaa..1a8d7f0d9f52 100644 --- a/net-im/libnice/Makefile +++ b/net-im/libnice/Makefile @@ -7,6 +7,7 @@ PORTNAME= libnice PORTVERSION= 0.0.12 +PORTREVISION= 1 CATEGORIES= net-im devel MASTER_SITES= http://nice.freedesktop.org/releases/ @@ -14,6 +15,7 @@ MAINTAINER= gnome@FreeBSD.org COMMENT= Library and transmitter that implements ICE-19 USE_GMAKE= yes +USE_GETTEXT= yes USE_LDCONFIG= yes USE_GNOME= gnomehack pkgconfig glib20 ltverhack gnometarget USE_GSTREAMER= yes diff --git a/net-im/libpurple/Makefile b/net-im/libpurple/Makefile index d46e6c760d0f..58a73a1b87ae 100644 --- a/net-im/libpurple/Makefile +++ b/net-im/libpurple/Makefile @@ -8,7 +8,7 @@ PORTNAME?= libpurple PORTVERSION= 2.7.0 -PORTREVISION?= 1 +PORTREVISION?= 2 CATEGORIES?= net-im MASTER_SITES= SF/pidgin/Pidgin/${PORTVERSION} DISTNAME= pidgin-${PORTVERSION} diff --git a/net-im/pidgin/Makefile b/net-im/pidgin/Makefile index c1565a2ad237..4e8d08729fcb 100644 --- a/net-im/pidgin/Makefile +++ b/net-im/pidgin/Makefile @@ -7,7 +7,7 @@ # PORTNAME= pidgin -PORTREVISION= 2 +PORTREVISION= 3 MAINTAINER= marcus@FreeBSD.org COMMENT= Pidgin multi-protocol messaging client (GTK+ UI) |