summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--net-im/telepathy-logger/Makefile8
1 files changed, 4 insertions, 4 deletions
diff --git a/net-im/telepathy-logger/Makefile b/net-im/telepathy-logger/Makefile
index 2c23a0b35..c96e349e6 100644
--- a/net-im/telepathy-logger/Makefile
+++ b/net-im/telepathy-logger/Makefile
@@ -11,17 +11,16 @@ 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
+LICENSE= LGPL21
+
LIB_DEPENDS= libdbus-glib-1.so:${PORTSDIR}/devel/dbus-glib \
libtelepathy-glib.so:${PORTSDIR}/net-im/telepathy-glib
-LICENSE= LGPL21
-
USES= gmake libtool pathfix pkgconfig python:build tar:bzip2
GNU_CONFIGURE= yes
USE_LDCONFIG= yes
USE_GNOME= glib20 gnomedocutils intltool libxml2 \
- libxslt:build
+ libxslt:build introspection:build
USE_SQLITE= yes
GLIB_SCHEMAS= org.freedesktop.Telepathy.Logger.gschema.xml
INSTALL_TARGET= install-strip
@@ -29,4 +28,5 @@ INSTALL_TARGET= install-strip
post-patch:
@${REINPLACE_CMD} -e 's|/usr/bin/python|/usr/bin/env python|g' \
${WRKSRC}/tools/*.py
+
.include <bsd.port.mk>