diff options
author | obache <obache@pkgsrc.org> | 2012-03-10 08:47:15 +0000 |
---|---|---|
committer | obache <obache@pkgsrc.org> | 2012-03-10 08:47:15 +0000 |
commit | cef592dd361b98dd46a8eecafa700d4f054695fd (patch) | |
tree | bb2f306b7f3c91715bc1d9454a1f13bf64d3e38a /chat/telepathy-logger | |
parent | 76b0f20afd124e26c4ca175240b43c084e389f7a (diff) | |
download | pkgsrc-cef592dd361b98dd46a8eecafa700d4f054695fd.tar.gz |
py-expat is just required to build.
Bump PKGREVISION.
Diffstat (limited to 'chat/telepathy-logger')
-rw-r--r-- | chat/telepathy-logger/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/chat/telepathy-logger/Makefile b/chat/telepathy-logger/Makefile index c3e99be7418..5c357cb183f 100644 --- a/chat/telepathy-logger/Makefile +++ b/chat/telepathy-logger/Makefile @@ -1,8 +1,8 @@ -# $NetBSD: Makefile,v 1.13 2012/03/10 08:41:47 obache Exp $ +# $NetBSD: Makefile,v 1.14 2012/03/10 08:47:15 obache Exp $ # DISTNAME= telepathy-logger-0.2.7 -PKGREVISION= 5 +PKGREVISION= 6 CATEGORIES= chat MASTER_SITES= http://telepathy.freedesktop.org/releases/telepathy-logger/ EXTRACT_SUFX= .tar.bz2 @@ -23,7 +23,7 @@ CFLAGS.SunOS+= -std=c99 -D_XOPEN_SOURCE=600 PKGCONFIG_OVERRIDE+= extensions/tpl-extensions.pc.in PKGCONFIG_OVERRIDE+= telepathy-logger/telepathy-logger-0.1.pc.in -DEPENDS= ${PYPKGPREFIX}-expat-[0-9]*:../../textproc/py-expat +BUILD_DEPENDS= ${PYPKGPREFIX}-expat-[0-9]*:../../textproc/py-expat .include "../../devel/gettext-lib/buildlink3.mk" .include "../../devel/glib2/schemas.mk" |