diff options
Diffstat (limited to 'net-im/telepathy-gabble/Makefile')
-rw-r--r-- | net-im/telepathy-gabble/Makefile | 22 |
1 files changed, 12 insertions, 10 deletions
diff --git a/net-im/telepathy-gabble/Makefile b/net-im/telepathy-gabble/Makefile index d916de5bc..22a933f15 100644 --- a/net-im/telepathy-gabble/Makefile +++ b/net-im/telepathy-gabble/Makefile @@ -3,10 +3,10 @@ # Whom: Florent Thoumie <flz@FreeBSD.org> # # $FreeBSD$ -# $MCom: ports/net-im/telepathy-gabble/Makefile,v 1.19 2012/02/27 23:21:02 kwm Exp $ +# $MCom: ports/net-im/telepathy-gabble/Makefile,v 1.20 2012/06/12 22:50:54 mezz Exp $ PORTNAME= telepathy-gabble -PORTVERSION= 0.16.0 +PORTVERSION= 0.16.1 CATEGORIES= net-im MASTER_SITES= http://telepathy.freedesktop.org/releases/${PORTNAME}/ @@ -16,17 +16,17 @@ COMMENT= Jabber Connection Manager for Telepathy Framework BUILD_DEPENDS= xsltproc:${PORTSDIR}/textproc/libxslt \ telepathy-glib>=0.18.0:${PORTSDIR}/net-im/telepathy-glib \ ${LOCALBASE}/share/certs/ca-root-nss.crt:${PORTSDIR}/security/ca_root_nss -LIB_DEPENDS= soup-2.4.1:${PORTSDIR}/devel/libsoup \ - nice.10:${PORTSDIR}/net-im/libnice \ - telepathy-glib.0:${PORTSDIR}/net-im/telepathy-glib \ - dbus-glib-1.2:${PORTSDIR}/devel/dbus-glib \ - uuid.1:${PORTSDIR}/misc/e2fsprogs-libuuid \ - loudmouth-1.0:${PORTSDIR}/net-im/loudmouth \ - sqlite3.8:${PORTSDIR}/databases/sqlite3 +LIB_DEPENDS= soup-2.4:${PORTSDIR}/devel/libsoup \ + nice:${PORTSDIR}/net-im/libnice \ + telepathy-glib:${PORTSDIR}/net-im/telepathy-glib \ + dbus-glib-1:${PORTSDIR}/devel/dbus-glib \ + uuid:${PORTSDIR}/misc/e2fsprogs-libuuid \ + loudmouth-1:${PORTSDIR}/net-im/loudmouth \ + sqlite3:${PORTSDIR}/databases/sqlite3 RUN_DEPENDS= ${LOCALBASE}/share/certs/ca-root-nss.crt:${PORTSDIR}/security/ca_root_nss GNU_CONFIGURE= yes -LDFLAGS= ${PTHREAD_LIBS} +LDFLAGS+= ${PTHREAD_LIBS} USE_GMAKE= yes USE_GNOME= gnomehack pkgconfig glib20 USE_OPENSSL= yes @@ -35,6 +35,8 @@ CONFIGURE_ARGS= --with-ca-certificates=${LOCALBASE}/share/certs/ca-root-nss.crt MAN8= telepathy-gabble.8 +PLIST_SUB= PVERSION=${PORTVERSION} + .if defined(WITH_OPENSSL_BASE) CONFIGURE_ENV+= OPENSSL_LIBS="-L/usr/lib -ssl -crypto" OPENSSL_CFLAGS="-I/usr/include" .endif |