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 | 5fc84970778775513560361fff878adb0f081e72 (patch) | |
tree | db16d8c14c3c16d9c522a5512d1fb0ebccebd6cf /chat | |
parent | a887a8a35c533306a1f7fca1f52034bb07e658a3 (diff) | |
download | pkgsrc-5fc84970778775513560361fff878adb0f081e72.tar.gz |
revbump from libnotify bumped to 0.7 and dependency changed from libnotify07.
Diffstat (limited to 'chat')
-rw-r--r-- | chat/empathy/Makefile | 6 | ||||
-rw-r--r-- | chat/pidgin-libnotify/Makefile | 6 |
2 files changed, 6 insertions, 6 deletions
diff --git a/chat/empathy/Makefile b/chat/empathy/Makefile index 623996b5736..2e5ef18d2d0 100644 --- a/chat/empathy/Makefile +++ b/chat/empathy/Makefile @@ -1,7 +1,7 @@ -# $NetBSD: Makefile,v 1.55 2013/08/12 10:00:03 obache Exp $ +# $NetBSD: Makefile,v 1.56 2013/08/16 09:20:40 obache Exp $ DISTNAME= empathy-2.34.0 -PKGREVISION= 30 +PKGREVISION= 31 CATEGORIES= chat gnome MASTER_SITES= ${MASTER_SITE_GNOME:=sources/empathy/2.34/} @@ -43,7 +43,7 @@ BUILDLINK_API_DEPENDS.enchant+= enchant>=1.2.0 .include "../../security/gnutls/buildlink3.mk" .include "../../sysutils/dbus/buildlink3.mk" .include "../../sysutils/desktop-file-utils/desktopdb.mk" -.include "../../sysutils/libnotify07/buildlink3.mk" +.include "../../sysutils/libnotify/buildlink3.mk" .include "../../textproc/enchant/buildlink3.mk" .include "../../textproc/gnome-doc-utils/buildlink3.mk" .include "../../textproc/gtk-doc/buildlink3.mk" 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" |