diff options
author | wiz <wiz@pkgsrc.org> | 2008-02-23 11:39:17 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2008-02-23 11:39:17 +0000 |
commit | 9068cf25b8d343ecdaa41f683ee827ceb0327637 (patch) | |
tree | 1b60ee987370806e5704815c499c3844bc4834fb /editors/notecase | |
parent | 78706f688a799407fdc3ba2134268efdc104d70e (diff) | |
download | pkgsrc-9068cf25b8d343ecdaa41f683ee827ceb0327637.tar.gz |
Uses msgfmt, add to tools.
Diffstat (limited to 'editors/notecase')
-rw-r--r-- | editors/notecase/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/editors/notecase/Makefile b/editors/notecase/Makefile index b8b1a5dd327..2bfb55635db 100644 --- a/editors/notecase/Makefile +++ b/editors/notecase/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.3 2008/01/09 19:09:23 drochner Exp $ +# $NetBSD: Makefile,v 1.4 2008/02/23 11:39:17 wiz Exp $ # DISTNAME= notecase-1.7.6_src @@ -12,7 +12,7 @@ COMMENT= Hierarchical note manager WRKSRC= ${WRKDIR}/notecase-1.7.6 USE_LANGUAGES= c c++ -USE_TOOLS+= gmake pkg-config gsed +USE_TOOLS+= gmake msgfmt pkg-config gsed TOOLS_PLATFORM.gsed= #empty, override nonsense in tools USE_DIRS+= xdg-1.1 |