diff options
author | pi <pi@FreeBSD.org> | 2018-01-12 23:48:12 +0800 |
---|---|---|
committer | pi <pi@FreeBSD.org> | 2018-01-12 23:48:12 +0800 |
commit | 7a718136b8a6ef9ee8bd8084ed16c640b564ba98 (patch) | |
tree | 3255218babf1d1f0cf0761c71240157656842629 /net-im | |
parent | b4f662b44abe5e0eb4090565d034084f640cb1f8 (diff) | |
download | freebsd-ports-gnome-7a718136b8a6ef9ee8bd8084ed16c640b564ba98.tar.gz freebsd-ports-gnome-7a718136b8a6ef9ee8bd8084ed16c640b564ba98.tar.zst freebsd-ports-gnome-7a718136b8a6ef9ee8bd8084ed16c640b564ba98.zip |
net-im/telepathy-gabble: add shebangfix, and some dependencies
PR: 218828
Submitted by: Matthew Rezny <rezny@freebsd.org>
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> |