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 | 4b59f25c17c0df40fd6c7e2385cffdfb5abb12eb (patch) | |
tree | f25d4d791d6313648b06b842d8e60fe87d49a2e9 /www | |
parent | 763cde8dd089ccc855acef3d28019cf20b97f67a (diff) | |
download | pkgsrc-4b59f25c17c0df40fd6c7e2385cffdfb5abb12eb.tar.gz |
add USE_PKGLOCALEDIR
Diffstat (limited to 'www')
-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 |