diff options
author | joerg <joerg> | 2009-02-09 22:56:21 +0000 |
---|---|---|
committer | joerg <joerg> | 2009-02-09 22:56:21 +0000 |
commit | f924822c130c51be136909680525539e680962b9 (patch) | |
tree | 1bcb6950318fcb7cb60eb9b7184e085ec6937037 /chat/telepathy-glib | |
parent | 124ec3c6a06916c1d94bcc43b55da9242d82db45 (diff) | |
download | pkgsrc-f924822c130c51be136909680525539e680962b9.tar.gz |
Switch to Python 2.5 as default. Bump revision of all packages that have
changed runtime dependencies now.
Diffstat (limited to 'chat/telepathy-glib')
-rw-r--r-- | chat/telepathy-glib/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/chat/telepathy-glib/Makefile b/chat/telepathy-glib/Makefile index 16ca38b919c..812bf0ed01c 100644 --- a/chat/telepathy-glib/Makefile +++ b/chat/telepathy-glib/Makefile @@ -1,7 +1,8 @@ -# $NetBSD: Makefile,v 1.7 2009/02/09 21:09:20 joerg Exp $ +# $NetBSD: Makefile,v 1.8 2009/02/09 22:56:22 joerg Exp $ # DISTNAME= telepathy-glib-0.7.22 +PKGREVISION= 1 CATEGORIES= chat MASTER_SITES= http://telepathy.freedesktop.org/releases/telepathy-glib/ |