diff options
author | dmcmahill <dmcmahill@pkgsrc.org> | 2007-02-04 20:54:57 +0000 |
---|---|---|
committer | dmcmahill <dmcmahill@pkgsrc.org> | 2007-02-04 20:54:57 +0000 |
commit | b9d52289f7a588418091505511f54ab233887424 (patch) | |
tree | f25d4d791d6313648b06b842d8e60fe87d49a2e9 /www/w3m | |
parent | 4759fe32f6941be4b5a81489cd86fcc22994a1b9 (diff) | |
download | pkgsrc-b9d52289f7a588418091505511f54ab233887424.tar.gz |
add USE_PKGLOCALEDIR
Diffstat (limited to 'www/w3m')
-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 b9953aecc01..2421a1f894e 100644 --- a/www/w3m/Makefile.common +++ b/www/w3m/Makefile.common @@ -1,4 +1,4 @@ -# $NetBSD: Makefile.common,v 1.45 2007/01/31 12:53:03 dmcmahill Exp $ +# $NetBSD: Makefile.common,v 1.46 2007/02/04 20:54:57 dmcmahill Exp $ # DISTNAME= w3m-${W3M_VERS} @@ -13,6 +13,7 @@ PKG_INSTALLATION_TYPES= overwrite pkgviews GNU_CONFIGURE= yes USE_TOOLS+= gmake # Needed for some combinations of options... USE_TOOLS+= msgfmt +USE_PKGLOCALEDIR= yes W3M_VERS= 0.5.1 |