diff options
Diffstat (limited to 'chat/telepathy-gabble/Makefile')
-rw-r--r-- | chat/telepathy-gabble/Makefile | 8 |
1 files changed, 5 insertions, 3 deletions
diff --git a/chat/telepathy-gabble/Makefile b/chat/telepathy-gabble/Makefile index 220b8e3c557..8b1770ba383 100644 --- a/chat/telepathy-gabble/Makefile +++ b/chat/telepathy-gabble/Makefile @@ -1,8 +1,7 @@ -# $NetBSD: Makefile,v 1.5 2009/02/09 22:56:21 joerg Exp $ +# $NetBSD: Makefile,v 1.6 2009/02/23 11:05:03 wiz Exp $ # -DISTNAME= telepathy-gabble-0.7.18 -PKGREVISION= 1 +DISTNAME= telepathy-gabble-0.7.21 CATEGORIES= chat MASTER_SITES= http://telepathy.freedesktop.org/releases/telepathy-gabble/ @@ -10,6 +9,8 @@ MAINTAINER= pkgsrc-users@NetBSD.org HOMEPAGE= http://telepathy.freedesktop.org/wiki/Components COMMENT= Jabber/XMPP connection manager for Telepathy +PKG_DESTDIR_SUPPORT= user-destdir + GNU_CONFIGURE= yes USE_LIBTOOL= yes USE_TOOLS+= gmake pkg-config @@ -19,6 +20,7 @@ USE_TOOLS+= gmake pkg-config BUILD_DEPENDS+= ${PYPKGPREFIX}-expat-[0-9]*:../../textproc/py-expat .endif +BUILDLINK_API_DEPENDS.telepathy-glib+= telepathy-glib>=0.7.23 .include "../../chat/telepathy-glib/buildlink3.mk" BUILDLINK_API_DEPENDS.loudmouth+= loudmouth>=1.3.2 .include "../../chat/loudmouth/buildlink3.mk" |