diff options
Diffstat (limited to 'chat/telepathy-logger/Makefile')
-rw-r--r-- | chat/telepathy-logger/Makefile | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/chat/telepathy-logger/Makefile b/chat/telepathy-logger/Makefile index 5d95c7e710f..ecb624d527b 100644 --- a/chat/telepathy-logger/Makefile +++ b/chat/telepathy-logger/Makefile @@ -1,8 +1,8 @@ -# $NetBSD: Makefile,v 1.6 2011/06/10 09:39:44 obache Exp $ +# $NetBSD: Makefile,v 1.7 2011/09/01 13:09:32 joerg Exp $ # DISTNAME= telepathy-logger-0.2.7 -PKGREVISION= 2 +PKGREVISION= 3 CATEGORIES= chat MASTER_SITES= http://telepathy.freedesktop.org/releases/telepathy-logger/ EXTRACT_SUFX= .tar.bz2 @@ -23,6 +23,8 @@ PKGCONFIG_OVERRIDE+= telepathy-logger/telepathy-logger-0.1.pc.in BUILD_DEPENDS+= gsed-[0-9]*:../../textproc/gsed +DEPENDS= ${PYPKGPREFIX}-expat-[0-9]*:../../textproc/py-expat + .include "../../devel/gettext-lib/buildlink3.mk" .include "../../devel/glib2/schemas.mk" .include "../../devel/GConf/buildlink3.mk" |