diff options
author | joerg <joerg> | 2006-12-01 14:00:16 +0000 |
---|---|---|
committer | joerg <joerg> | 2006-12-01 14:00:16 +0000 |
commit | 2482b49c5f3e75cbcda6212a23bea4548d9ec71b (patch) | |
tree | d2219c2dd49288da8cd5ee6022f6c0fb276975b6 /sysutils | |
parent | 8ce43053dbb19ed1f2a253e60f917e2c673476ab (diff) | |
download | pkgsrc-2482b49c5f3e75cbcda6212a23bea4548d9ec71b.tar.gz |
Needs msgfmt.
Diffstat (limited to 'sysutils')
-rw-r--r-- | sysutils/notification-daemon/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sysutils/notification-daemon/Makefile b/sysutils/notification-daemon/Makefile index d5e6e7e495b..6e8fa2983d9 100644 --- a/sysutils/notification-daemon/Makefile +++ b/sysutils/notification-daemon/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.6 2006/11/13 19:40:04 drochner Exp $ +# $NetBSD: Makefile,v 1.7 2006/12/01 14:00:16 joerg Exp $ # DISTNAME= notification-daemon-0.3.6 @@ -11,7 +11,7 @@ COMMENT= Shows notification messages on the desktop GNU_CONFIGURE= yes USE_LIBTOOL= yes -USE_TOOLS+= gmake intltool pkg-config +USE_TOOLS+= gmake intltool pkg-config msgfmt GCONF2_SCHEMAS= notification-daemon.schemas |