diff options
author | obache <obache@pkgsrc.org> | 2013-08-16 09:20:40 +0000 |
---|---|---|
committer | obache <obache@pkgsrc.org> | 2013-08-16 09:20:40 +0000 |
commit | 2dd6aad9082ecd340c0e086a1f989072f80d3700 (patch) | |
tree | db16d8c14c3c16d9c522a5512d1fb0ebccebd6cf /chat/pidgin-libnotify | |
parent | 57b092cc2a10d54c558e0110b4f3070e9df3161f (diff) | |
download | pkgsrc-2dd6aad9082ecd340c0e086a1f989072f80d3700.tar.gz |
revbump from libnotify bumped to 0.7 and dependency changed from libnotify07.
Diffstat (limited to 'chat/pidgin-libnotify')
-rw-r--r-- | chat/pidgin-libnotify/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/chat/pidgin-libnotify/Makefile b/chat/pidgin-libnotify/Makefile index f44f4899896..e4f35382ee4 100644 --- a/chat/pidgin-libnotify/Makefile +++ b/chat/pidgin-libnotify/Makefile @@ -1,8 +1,8 @@ -# $NetBSD: Makefile,v 1.33 2013/08/15 08:36:55 obache Exp $ +# $NetBSD: Makefile,v 1.34 2013/08/16 09:20:40 obache Exp $ # DISTNAME= pidgin-libnotify-0.14 -PKGREVISION= 30 +PKGREVISION= 31 CATEGORIES= chat MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=gaim-libnotify/} @@ -17,6 +17,6 @@ USE_TOOLS+= pkg-config gmake perl msgfmt intltool .include "../../chat/libpurple/buildlink3.mk" .include "../../chat/pidgin/buildlink3.mk" -.include "../../sysutils/libnotify07/buildlink3.mk" +.include "../../sysutils/libnotify/buildlink3.mk" .include "../../x11/gtk2/buildlink3.mk" .include "../../mk/bsd.pkg.mk" |