diff options
author | kwm <kwm@df743ca5-7f9a-e211-a948-0013205c9059> | 2012-08-18 03:06:48 +0800 |
---|---|---|
committer | kwm <kwm@df743ca5-7f9a-e211-a948-0013205c9059> | 2012-08-18 03:06:48 +0800 |
commit | e1fad6b7b570f2f5685fb302a460b50679e04ae8 (patch) | |
tree | 6bdaaaa51925e10719a04696aa74e5d389db0195 /net-im/telepathy-logger/Makefile | |
parent | d6f2b76b19d2ae10403b675e549d5d5a8279079d (diff) | |
download | marcuscom-ports-e1fad6b7b570f2f5685fb302a460b50679e04ae8.tar marcuscom-ports-e1fad6b7b570f2f5685fb302a460b50679e04ae8.tar.gz marcuscom-ports-e1fad6b7b570f2f5685fb302a460b50679e04ae8.tar.bz2 marcuscom-ports-e1fad6b7b570f2f5685fb302a460b50679e04ae8.tar.lz marcuscom-ports-e1fad6b7b570f2f5685fb302a460b50679e04ae8.tar.xz marcuscom-ports-e1fad6b7b570f2f5685fb302a460b50679e04ae8.tar.zst marcuscom-ports-e1fad6b7b570f2f5685fb302a460b50679e04ae8.zip |
Sync with freebsd ports. portrevision bumping, getting CPPFLAGS/LDFLAGS from
CONFIGURE_ENV, s/CPPFLAGS=/CPPFLAGS+=/ etc
Sprinkle USE_PKGCONFIG in some ports.
Some small nits here and there.
git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@17047 df743ca5-7f9a-e211-a948-0013205c9059
Diffstat (limited to 'net-im/telepathy-logger/Makefile')
-rw-r--r-- | net-im/telepathy-logger/Makefile | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/net-im/telepathy-logger/Makefile b/net-im/telepathy-logger/Makefile index 215200757..1d22fadfd 100644 --- a/net-im/telepathy-logger/Makefile +++ b/net-im/telepathy-logger/Makefile @@ -3,7 +3,7 @@ # Whom: Koop Mast <kwm@FreeBSD.org> # # $FreeBSD$ -# $MCom: ports/net-im/telepathy-logger/Makefile,v 1.12 2012/06/12 22:59:55 mezz Exp $ +# $MCom: ports/net-im/telepathy-logger/Makefile,v 1.13 2012/08/08 16:56:40 kwm Exp $ PORTNAME= telepathy-logger PORTVERSION= 0.4.0 @@ -13,10 +13,8 @@ MASTER_SITES= http://telepathy.freedesktop.org/releases/${PORTNAME}/ MAINTAINER= gnome@FreeBSD.org COMMENT= Logger utility library for the Telepathy framework -BUILD_DEPENDS= xsltproc:${PORTSDIR}/textproc/libxslt \ - g-ir-scanner:${PORTSDIR}/devel/gobject-introspection +BUILD_DEPENDS= g-ir-scanner:${PORTSDIR}/devel/gobject-introspection LIB_DEPENDS= dbus-glib-1.2:${PORTSDIR}/devel/dbus-glib \ - xml2.5:${PORTSDIR}/textproc/libxml2 \ telepathy-glib.0:${PORTSDIR}/net-im/telepathy-glib LICENSE= LGPL21 @@ -26,8 +24,10 @@ USE_BZIP2= yes USE_AUTOTOOLS= libtool USE_GMAKE= yes USE_LDCONFIG= yes -USE_GNOME= gnomehack pkgconfig glib20 intltool gnomedocutils ltverhack -USE_SQLITE= build +USE_GNOME= gnomehack glib20 intltool gnomedocutils ltverhack libxml2 \ + libxslt:build +USE_PKGCONFIG= build +USE_SQLITE= yes USE_PYTHON_BUILD= yes GLIB_SCHEMAS= org.freedesktop.Telepathy.Logger.gschema.xml |