diff options
author | joerg <joerg@pkgsrc.org> | 2007-01-30 18:54:44 +0000 |
---|---|---|
committer | joerg <joerg@pkgsrc.org> | 2007-01-30 18:54:44 +0000 |
commit | 075e49345da5775d5715405e218b3ee9d14a32b1 (patch) | |
tree | cbecf24f36d98f70faa2aa6226c18cab6f1cb3b9 /www/w3m/Makefile.common | |
parent | 52e489f996719d8578b1ab2dd8dc6954140978f8 (diff) | |
download | pkgsrc-075e49345da5775d5715405e218b3ee9d14a32b1.tar.gz |
Needs msgfmt.
Diffstat (limited to 'www/w3m/Makefile.common')
-rw-r--r-- | www/w3m/Makefile.common | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/www/w3m/Makefile.common b/www/w3m/Makefile.common index de81e1acc14..782994f2760 100644 --- a/www/w3m/Makefile.common +++ b/www/w3m/Makefile.common @@ -1,4 +1,4 @@ -# $NetBSD: Makefile.common,v 1.43 2006/04/22 09:22:17 rillig Exp $ +# $NetBSD: Makefile.common,v 1.44 2007/01/30 18:54:44 joerg Exp $ # DISTNAME= w3m-${W3M_VERS} @@ -12,6 +12,7 @@ PKG_INSTALLATION_TYPES= overwrite pkgviews GNU_CONFIGURE= yes USE_TOOLS+= gmake # Needed for some combinations of options... +USE_TOOLS+= msgfmt W3M_VERS= 0.5.1 |