diff options
author | amdmi3 <amdmi3@FreeBSD.org> | 2014-05-12 09:48:08 +0800 |
---|---|---|
committer | amdmi3 <amdmi3@FreeBSD.org> | 2014-05-12 09:48:08 +0800 |
commit | 4bc5c26d0c3c0d8baf27a44cf6400011922a5516 (patch) | |
tree | eda08334df34e57b00dbe5ed8cfd2b1d5cf6093c /net-im | |
parent | 36e40208a31d8ff422a87bdbf1d1815d27a48fbe (diff) | |
download | freebsd-ports-gnome-4bc5c26d0c3c0d8baf27a44cf6400011922a5516.tar.gz freebsd-ports-gnome-4bc5c26d0c3c0d8baf27a44cf6400011922a5516.tar.zst freebsd-ports-gnome-4bc5c26d0c3c0d8baf27a44cf6400011922a5516.zip |
- Use new LIB_DEPENDS syntax
- Support staging
- Convert USE_GMAKE to USES
PR: 185918
Submitted by: amdmi3
Approved by: maintainer timeout
Diffstat (limited to 'net-im')
-rw-r--r-- | net-im/telepathy-logger/Makefile | 11 |
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 |