diff options
author | Rene Ladan <rene@FreeBSD.org> | 2020-01-27 19:40:17 +0000 |
---|---|---|
committer | Rene Ladan <rene@FreeBSD.org> | 2020-01-27 19:40:17 +0000 |
commit | b0eec09651960d8c9d8a0981beab512bfb3c21f7 (patch) | |
tree | 94e26138c8267621b1b647591febb9f4c2bee2eb /net-im | |
parent | 56b735e2588de9f5ab64b0122de9f731ea768c0c (diff) | |
download | ports-b0eec09651960d8c9d8a0981beab512bfb3c21f7.tar.gz ports-b0eec09651960d8c9d8a0981beab512bfb3c21f7.zip |
Notes
Diffstat (limited to 'net-im')
-rw-r--r-- | net-im/telepathy-logger/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/net-im/telepathy-logger/Makefile b/net-im/telepathy-logger/Makefile index 61de26ed5d24..687fa927723f 100644 --- a/net-im/telepathy-logger/Makefile +++ b/net-im/telepathy-logger/Makefile @@ -4,6 +4,7 @@ PORTNAME= telepathy-logger PORTVERSION= 0.8.2 +PORTREVISION= 1 CATEGORIES= net-im MASTER_SITES= http://telepathy.freedesktop.org/releases/${PORTNAME}/ @@ -20,7 +21,7 @@ USES= gettext-tools gmake gnome libtool pathfix pkgconfig \ python:2.7,build sqlite tar:bzip2 GNU_CONFIGURE= yes USE_LDCONFIG= yes -USE_GNOME= glib20 gnomedocutils intltool libxml2 \ +USE_GNOME= glib20 intltool libxml2 \ libxslt:build introspection:build GLIB_SCHEMAS= org.freedesktop.Telepathy.Logger.gschema.xml INSTALL_TARGET= install-strip |