summaryrefslogtreecommitdiff
path: root/sysutils/notification-daemon
diff options
context:
space:
mode:
authorobache <obache@pkgsrc.org>2013-08-16 09:20:40 +0000
committerobache <obache@pkgsrc.org>2013-08-16 09:20:40 +0000
commit5fc84970778775513560361fff878adb0f081e72 (patch)
treedb16d8c14c3c16d9c522a5512d1fb0ebccebd6cf /sysutils/notification-daemon
parenta887a8a35c533306a1f7fca1f52034bb07e658a3 (diff)
downloadpkgsrc-5fc84970778775513560361fff878adb0f081e72.tar.gz
revbump from libnotify bumped to 0.7 and dependency changed from libnotify07.
Diffstat (limited to 'sysutils/notification-daemon')
-rw-r--r--sysutils/notification-daemon/Makefile5
1 files changed, 3 insertions, 2 deletions
diff --git a/sysutils/notification-daemon/Makefile b/sysutils/notification-daemon/Makefile
index 68f5f1dd284..dab192875a9 100644
--- a/sysutils/notification-daemon/Makefile
+++ b/sysutils/notification-daemon/Makefile
@@ -1,7 +1,8 @@
-# $NetBSD: Makefile,v 1.35 2013/08/12 08:35:17 obache Exp $
+# $NetBSD: Makefile,v 1.36 2013/08/16 09:20:41 obache Exp $
#
DISTNAME= notification-daemon-0.7.6
+PKGREVISION= 1
CATEGORIES= sysutils gnome
MASTER_SITES= ${MASTER_SITE_GNOME:=sources/notification-daemon/0.7/}
EXTRACT_SUFX= .tar.xz
@@ -31,6 +32,6 @@ PKG_FAIL_REASON+= "gtk3 option must be enabled for libcanberra."
.endif
BUILDLINK_API_DEPENDS.glib2+= glib2>=2.27.0
.include "../../devel/glib2/buildlink3.mk"
-.include "../../sysutils/libnotify07/buildlink3.mk"
+.include "../../sysutils/libnotify/buildlink3.mk"
.include "../../x11/gtk3/buildlink3.mk"
.include "../../mk/bsd.pkg.mk"