diff options
author | joerg <joerg@pkgsrc.org> | 2006-12-01 14:00:16 +0000 |
---|---|---|
committer | joerg <joerg@pkgsrc.org> | 2006-12-01 14:00:16 +0000 |
commit | 2993a2e2b3f1eb6a1bfbde3f0181c88179a91c17 (patch) | |
tree | d2219c2dd49288da8cd5ee6022f6c0fb276975b6 /sysutils | |
parent | bebcc47297c21856e24bf55f80775845c5b48e57 (diff) | |
download | pkgsrc-2993a2e2b3f1eb6a1bfbde3f0181c88179a91c17.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 |