diff options
author | Kurt Jaeger <pi@FreeBSD.org> | 2018-01-12 15:48:12 +0000 |
---|---|---|
committer | Kurt Jaeger <pi@FreeBSD.org> | 2018-01-12 15:48:12 +0000 |
commit | 19407d3f5b566b53252e67281608a515ce5a14ed (patch) | |
tree | 3255218babf1d1f0cf0761c71240157656842629 /net-im | |
parent | 67a866343f39899749869e89b2f7df2ab4419312 (diff) |
Notes
Diffstat (limited to 'net-im')
-rw-r--r-- | net-im/telepathy-gabble/Makefile | 9 |
1 files changed, 6 insertions, 3 deletions
diff --git a/net-im/telepathy-gabble/Makefile b/net-im/telepathy-gabble/Makefile index 8a795fbcdfaf..fbda064c34f6 100644 --- a/net-im/telepathy-gabble/Makefile +++ b/net-im/telepathy-gabble/Makefile @@ -3,7 +3,7 @@ PORTNAME= telepathy-gabble PORTVERSION= 0.18.3 -PORTREVISION= 4 +PORTREVISION= 5 CATEGORIES= net-im MASTER_SITES= http://telepathy.freedesktop.org/releases/${PORTNAME}/ @@ -16,6 +16,8 @@ LIB_DEPENDS= libsoup-2.4.so:devel/libsoup \ libnice.so:net-im/libnice \ libtelepathy-glib.so:net-im/telepathy-glib \ libdbus-glib-1.so:devel/dbus-glib \ + libdbus-1.so:devel/dbus \ + libgnutls.so:security/gnutls \ libuuid.so:misc/e2fsprogs-libuuid \ libloudmouth-1.so:net-im/loudmouth RUN_DEPENDS= ca_root_nss>=0:security/ca_root_nss \ @@ -23,8 +25,8 @@ RUN_DEPENDS= ca_root_nss>=0:security/ca_root_nss \ PORTSCOUT= limitw:1,even -USES= alias gmake libtool pathfix pkgconfig python:2,build shebangfix \ - sqlite ssl +USES= alias gmake libtool pathfix pkgconfig python:2,build \ + shebangfix sqlite ssl USE_GNOME= glib20 gtksourceview3 libxslt:build GNU_CONFIGURE= yes CONFIGURE_ARGS= --with-ca-certificates=${LOCALBASE}/share/certs/ca-root-nss.crt @@ -34,6 +36,7 @@ INSTALL_TARGET= install-strip SHEBANG_FILES= plugins/telepathy-gabble-xmpp-console PLIST_SUB= PVERSION=${PORTVERSION} +SHEBANG_FILES= plugins/telepathy-gabble-xmpp-console .include <bsd.port.pre.mk> |