aboutsummaryrefslogtreecommitdiff
path: root/net-im/telepathy-logger
diff options
context:
space:
mode:
authorDmitry Marakasov <amdmi3@FreeBSD.org>2014-05-12 01:48:08 +0000
committerDmitry Marakasov <amdmi3@FreeBSD.org>2014-05-12 01:48:08 +0000
commit4885b0c028f5a562fa84772e4468a2df7c939a7b (patch)
treeeda08334df34e57b00dbe5ed8cfd2b1d5cf6093c /net-im/telepathy-logger
parentf7c9f4ce510f8b19fb0509e1c29c7ec376628b37 (diff)
downloadports-4885b0c028f5a562fa84772e4468a2df7c939a7b.tar.gz
ports-4885b0c028f5a562fa84772e4468a2df7c939a7b.zip
- Use new LIB_DEPENDS syntax
- Support staging - Convert USE_GMAKE to USES PR: 185918 Submitted by: amdmi3 Approved by: maintainer timeout
Notes
Notes: svn path=/head/; revision=353761
Diffstat (limited to 'net-im/telepathy-logger')
-rw-r--r--net-im/telepathy-logger/Makefile11
1 files changed, 4 insertions, 7 deletions
diff --git a/net-im/telepathy-logger/Makefile b/net-im/telepathy-logger/Makefile
index 96a31aaf9482..2c629907c5df 100644
--- a/net-im/telepathy-logger/Makefile
+++ b/net-im/telepathy-logger/Makefile
@@ -11,24 +11,21 @@ MASTER_SITES= http://telepathy.freedesktop.org/releases/${PORTNAME}/
MAINTAINER= gnome@FreeBSD.org
COMMENT= Logger utility library for the Telepathy framework
-BUILD_DEPENDS= g-ir-scanner:${PORTSDIR}/devel/gobject-introspection
-LIB_DEPENDS= dbus-glib-1:${PORTSDIR}/devel/dbus-glib \
- telepathy-glib:${PORTSDIR}/net-im/telepathy-glib
+LIB_DEPENDS= libdbus-glib-1.so:${PORTSDIR}/devel/dbus-glib \
+ libtelepathy-glib.so:${PORTSDIR}/net-im/telepathy-glib
LICENSE= LGPL21
-USES= pkgconfig
+USES= pkgconfig gmake
USE_BZIP2= yes
USE_AUTOTOOLS= libtool
-USE_GMAKE= yes
USE_LDCONFIG= yes
USE_GNOME= gnomehack glib20 intltool gnomedocutils ltverhack libxml2 \
- libxslt:build
+ libxslt:build introspection:build
USE_SQLITE= yes
USE_PYTHON_BUILD= yes
GLIB_SCHEMAS= org.freedesktop.Telepathy.Logger.gschema.xml
-NO_STAGE= yes
post-patch:
@${REINPLACE_CMD} -e 's|/usr/bin/python|/usr/bin/env python|g' \
${WRKSRC}/tools/*.py