View | Details | Raw Unified | Return to bug 218828
Collapse All | Expand All

(-)net-im/telepathy-gabble/Makefile (-2 / +5 lines)
Lines 3-9 Link Here
3
3
4
PORTNAME=	telepathy-gabble
4
PORTNAME=	telepathy-gabble
5
PORTVERSION=	0.18.3
5
PORTVERSION=	0.18.3
6
PORTREVISION=	3
6
PORTREVISION=	4
7
CATEGORIES=	net-im
7
CATEGORIES=	net-im
8
MASTER_SITES=	http://telepathy.freedesktop.org/releases/${PORTNAME}/
8
MASTER_SITES=	http://telepathy.freedesktop.org/releases/${PORTNAME}/
9
9
Lines 16-21 Link Here
16
		libnice.so:net-im/libnice \
16
		libnice.so:net-im/libnice \
17
		libtelepathy-glib.so:net-im/telepathy-glib \
17
		libtelepathy-glib.so:net-im/telepathy-glib \
18
		libdbus-glib-1.so:devel/dbus-glib \
18
		libdbus-glib-1.so:devel/dbus-glib \
19
		libdbus-1.so:devel/dbus \
20
		libgnutls.so:security/gnutls \
19
		libuuid.so:misc/e2fsprogs-libuuid \
21
		libuuid.so:misc/e2fsprogs-libuuid \
20
		libloudmouth-1.so:net-im/loudmouth
22
		libloudmouth-1.so:net-im/loudmouth
21
RUN_DEPENDS=	ca_root_nss>=0:security/ca_root_nss \
23
RUN_DEPENDS=	ca_root_nss>=0:security/ca_root_nss \
Lines 23-29 Link Here
23
25
24
PORTSCOUT=	limitw:1,even
26
PORTSCOUT=	limitw:1,even
25
27
26
USES=		alias gmake libtool pathfix pkgconfig python:2,build sqlite ssl
28
USES=		alias gmake libtool pathfix pkgconfig python:2,build shebangfix sqlite
27
USE_GNOME=	glib20 gtksourceview3 libxslt:build
29
USE_GNOME=	glib20 gtksourceview3 libxslt:build
28
GNU_CONFIGURE=	yes
30
GNU_CONFIGURE=	yes
29
CONFIGURE_ARGS=	--with-ca-certificates=${LOCALBASE}/share/certs/ca-root-nss.crt
31
CONFIGURE_ARGS=	--with-ca-certificates=${LOCALBASE}/share/certs/ca-root-nss.crt
Lines 31-36 Link Here
31
INSTALL_TARGET=	install-strip
33
INSTALL_TARGET=	install-strip
32
34
33
PLIST_SUB=	PVERSION=${PORTVERSION}
35
PLIST_SUB=	PVERSION=${PORTVERSION}
36
SHEBANG_FILES=	plugins/telepathy-gabble-xmpp-console
34
37
35
.include <bsd.port.pre.mk>
38
.include <bsd.port.pre.mk>
36
39

Return to bug 218828