summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorkwm <kwm@df743ca5-7f9a-e211-a948-0013205c9059>2014-09-26 06:45:14 +0800
committerkwm <kwm@df743ca5-7f9a-e211-a948-0013205c9059>2014-09-26 06:45:14 +0800
commit3df83e99d646fa48ff4ac1a53803960761423ba4 (patch)
treec8feb7f7155121c0ec6d3fa3cc02d89780c9d1ee
parentbecf0afa2483fb9d9629f14798ceeee78ef445e1 (diff)
downloadmarcuscom-ports-3df83e99d646fa48ff4ac1a53803960761423ba4.tar
marcuscom-ports-3df83e99d646fa48ff4ac1a53803960761423ba4.tar.gz
marcuscom-ports-3df83e99d646fa48ff4ac1a53803960761423ba4.tar.bz2
marcuscom-ports-3df83e99d646fa48ff4ac1a53803960761423ba4.tar.lz
marcuscom-ports-3df83e99d646fa48ff4ac1a53803960761423ba4.tar.xz
marcuscom-ports-3df83e99d646fa48ff4ac1a53803960761423ba4.tar.zst
marcuscom-ports-3df83e99d646fa48ff4ac1a53803960761423ba4.zip
Make happy.
git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@19916 df743ca5-7f9a-e211-a948-0013205c9059
-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>