diff options
author | salo <salo> | 2002-11-30 13:36:13 +0000 |
---|---|---|
committer | salo <salo> | 2002-11-30 13:36:13 +0000 |
commit | e160df3f8bd2e28758c23a0c69daa699117734cf (patch) | |
tree | 7e1903a90575d840fce490ee180b5fbc173d53a6 /converters | |
parent | f2f9d54c23318c3d3d9da0be76850657b924adeb (diff) | |
download | pkgsrc-e160df3f8bd2e28758c23a0c69daa699117734cf.tar.gz |
USE_PKGLOCALEDIR
Diffstat (limited to 'converters')
-rw-r--r-- | converters/recode/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/converters/recode/Makefile b/converters/recode/Makefile index ba41ef175e6..901ba76d427 100644 --- a/converters/recode/Makefile +++ b/converters/recode/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.12 2002/09/23 14:10:13 wiz Exp $ +# $NetBSD: Makefile,v 1.13 2002/11/30 13:39:45 salo Exp $ # DISTNAME= recode-3.6 @@ -10,6 +10,7 @@ HOMEPAGE= http://www.gnu.org/software/recode/recode.html COMMENT= Convert files between character sets and usages USE_BUILDLINK2= yes +USE_PKGLOCALEDIR= yes GNU_CONFIGURE= yes USE_LIBTOOL= yes LTCONFIG_OVERRIDE= ${WRKSRC}/ltconfig |