diff options
author | hasso <hasso@pkgsrc.org> | 2009-03-05 17:46:45 +0000 |
---|---|---|
committer | hasso <hasso@pkgsrc.org> | 2009-03-05 17:46:45 +0000 |
commit | 976eef0d737fe09234a4f94eb2b7af89e4bca3a2 (patch) | |
tree | c1a771caa01769af1fa28c5c7f24370f0734ec32 /editors | |
parent | 3b8127bfb747cd89d9e390244a7e286d4ff375fe (diff) | |
download | pkgsrc-976eef0d737fe09234a4f94eb2b7af89e4bca3a2.tar.gz |
Needs msgfmt.
Diffstat (limited to 'editors')
-rw-r--r-- | editors/ghex/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/editors/ghex/Makefile b/editors/ghex/Makefile index 0763696d742..0c418573d94 100644 --- a/editors/ghex/Makefile +++ b/editors/ghex/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.1.1.1 2009/02/26 20:35:07 drochner Exp $ +# $NetBSD: Makefile,v 1.2 2009/03/05 17:46:45 hasso Exp $ # DISTNAME= ghex-2.24.0 @@ -12,7 +12,7 @@ COMMENT= Hex editor GNU_CONFIGURE= yes USE_LIBTOOL= yes -USE_TOOLS+= pkg-config intltool gmake +USE_TOOLS+= pkg-config intltool msgfmt gmake USE_DIRS+= xdg-1.1 gnome2-1.5 PKGCONFIG_OVERRIDE+= gtkhex.pc.in |