diff options
author | Koop Mast <kwm@FreeBSD.org> | 2015-10-04 10:08:43 +0000 |
---|---|---|
committer | Koop Mast <kwm@FreeBSD.org> | 2015-10-04 10:08:43 +0000 |
commit | 9c7c263df730db11ae4614a45638021e4b8ddfed (patch) | |
tree | 586e733840edd9743f7b8f98366e5178ee43aec8 /net-im | |
parent | f9fccfbdb0a3aa461cfcd3f918fec7c7fb0f8242 (diff) | |
download | ports-9c7c263df730db11ae4614a45638021e4b8ddfed.tar.gz ports-9c7c263df730db11ae4614a45638021e4b8ddfed.zip |
Notes
Diffstat (limited to 'net-im')
-rw-r--r-- | net-im/telepathy-gabble/Makefile | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/net-im/telepathy-gabble/Makefile b/net-im/telepathy-gabble/Makefile index c81c72307afd..aef4fc4c6b3a 100644 --- a/net-im/telepathy-gabble/Makefile +++ b/net-im/telepathy-gabble/Makefile @@ -1,10 +1,9 @@ # Created by: Florent Thoumie <flz@FreeBSD.org> # $FreeBSD$ -# $MCom: ports/trunk/net-im/telepathy-gabble/Makefile 19804 2014-08-13 14:55:11Z kwm $ PORTNAME= telepathy-gabble PORTVERSION= 0.18.3 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= net-im MASTER_SITES= http://telepathy.freedesktop.org/releases/${PORTNAME}/ @@ -25,7 +24,7 @@ RUN_DEPENDS= ca_root_nss>=0:${PORTSDIR}/security/ca_root_nss \ PORTSCOUT= limitw:1,even USES= alias gmake libtool pathfix pkgconfig python:build -USE_GNOME= glib20 libxslt:build +USE_GNOME= glib20 gtksourceview3 libxslt:build USE_SQLITE= 3 USE_OPENSSL= yes GNU_CONFIGURE= yes |