diff options
Diffstat (limited to 'sysutils/notification-daemon/Makefile')
-rw-r--r-- | sysutils/notification-daemon/Makefile | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/sysutils/notification-daemon/Makefile b/sysutils/notification-daemon/Makefile index acf9a0cf465..7bcace5ae13 100644 --- a/sysutils/notification-daemon/Makefile +++ b/sysutils/notification-daemon/Makefile @@ -1,8 +1,8 @@ -# $NetBSD: Makefile,v 1.23 2012/06/14 07:44:38 sbd Exp $ +# $NetBSD: Makefile,v 1.24 2012/07/01 19:05:26 dholland Exp $ # DISTNAME= notification-daemon-0.4.0 -PKGREVISION= 10 +PKGREVISION= 11 CATEGORIES= sysutils gnome MASTER_SITES= http://www.galago-project.org/files/releases/source/notification-daemon/ @@ -38,4 +38,5 @@ CONFIGURE_ARGS+= --with-dbus-sys=${PKG_SYSCONFDIR}/dbus-1/system.d .include "../../sysutils/libnotify/buildlink3.mk" BUILDLINK_API_DEPENDS.gtk2+= gtk2+>=2.10.0 .include "../../x11/gtk2/buildlink3.mk" +.include "../../sysutils/desktop-file-utils/desktopdb.mk" .include "../../mk/bsd.pkg.mk" |