diff options
Diffstat (limited to 'net-im/telepathy-logger/Makefile')
-rw-r--r-- | net-im/telepathy-logger/Makefile | 9 |
1 files changed, 5 insertions, 4 deletions
diff --git a/net-im/telepathy-logger/Makefile b/net-im/telepathy-logger/Makefile index 415e59308..a0ae00c61 100644 --- a/net-im/telepathy-logger/Makefile +++ b/net-im/telepathy-logger/Makefile @@ -3,10 +3,10 @@ # Whom: Koop Mast <kwm@FreeBSD.org> # # $FreeBSD$ -# $MCom$ +# $MCom: ports/net-im/telepathy-logger/Makefile,v 1.1 2010/07/23 21:16:13 kwm Exp $ PORTNAME= telepathy-logger -PORTVERSION= 0.1.4 +PORTVERSION= 0.1.5 CATEGORIES= net-im MASTER_SITES= http://telepathy.freedesktop.org/releases/${PORTNAME}/ @@ -15,6 +15,7 @@ COMMENT= Logger utility library for the Telepathy framework BUILD_DEPENDS= xsltproc:${PORTSDIR}/textproc/libxslt LIB_DEPENDS= dbus-glib-1.2:${PORTSDIR}/devel/dbus-glib \ + xml2.5:${PORTSDIR}/textproc/libxml2 \ telepathy-glib.0:${PORTSDIR}/net-im/telepathy-glib \ sqlite3.8:${PORTSDIR}/databases/sqlite3 @@ -22,10 +23,10 @@ USE_BZIP2= yes USE_AUTOTOOLS= libtool:22 USE_GMAKE= yes USE_LDCONFIG= yes -USE_GNOME= gnomehack pkgconfig glib20 ltverhack gconf2 +USE_GNOME= gnomehack pkgconfig glib20 ltverhack USE_PYTHON_BUILD= yes #MAKE_JOBS_UNSAFE= yes -GCONF_SCHEMAS= telepathy-logger.schemas +GLIB_SCHEMAS= org.freedesktop.Telepathy.Logger.gschema.xml #post-patch: # @${REINPLACE_CMD} -e 's|\(^pkgconfigdir =\).*|\1 ${PREFIX}/libdata/pkgconfig|' \ |