diff options
author | obache <obache@pkgsrc.org> | 2013-08-12 10:00:03 +0000 |
---|---|---|
committer | obache <obache@pkgsrc.org> | 2013-08-12 10:00:03 +0000 |
commit | 0279cd2cf2fea2706baa4e419ed63bd381ed7947 (patch) | |
tree | 4122ad8d862b3eaedd7f447e88d9dcb107ccf627 /chat/empathy/Makefile | |
parent | 0bdfeec6eebb0e9a45dbe9cd8b37ef11ee456bd7 (diff) | |
download | pkgsrc-0279cd2cf2fea2706baa4e419ed63bd381ed7947.tar.gz |
Switch to use libnotify07.
Bump PKGREVISION.
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 f24eee7845c..623996b5736 100644 --- a/chat/empathy/Makefile +++ b/chat/empathy/Makefile @@ -1,7 +1,7 @@ -# $NetBSD: Makefile,v 1.54 2013/06/06 12:53:57 wiz Exp $ +# $NetBSD: Makefile,v 1.55 2013/08/12 10:00:03 obache Exp $ DISTNAME= empathy-2.34.0 -PKGREVISION= 29 +PKGREVISION= 30 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/libnotify/buildlink3.mk" +.include "../../sysutils/libnotify07/buildlink3.mk" .include "../../textproc/enchant/buildlink3.mk" .include "../../textproc/gnome-doc-utils/buildlink3.mk" .include "../../textproc/gtk-doc/buildlink3.mk" |