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/empathy/Makefile | |
parent | 57b092cc2a10d54c558e0110b4f3070e9df3161f (diff) | |
download | pkgsrc-2dd6aad9082ecd340c0e086a1f989072f80d3700.tar.gz |
revbump from libnotify bumped to 0.7 and dependency changed from libnotify07.
Diffstat (limited to 'chat/empathy/Makefile')
-rw-r--r-- | chat/empathy/Makefile | 6 |
1 files changed, 3 insertions, 3 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" |