diff options
author | Martin Wilke <miwi@FreeBSD.org> | 2008-04-19 17:56:05 +0000 |
---|---|---|
committer | Martin Wilke <miwi@FreeBSD.org> | 2008-04-19 17:56:05 +0000 |
commit | 3e4ed01146cfe2bdca465bd0e4d199341f62a0b6 (patch) | |
tree | d573ea09b2bf6be67cb497df199932da9e2707c4 /converters/recode/Makefile | |
parent | 40049f4af2200d0dcf33596508688623fc75f764 (diff) | |
download | ports-3e4ed01146cfe2bdca465bd0e4d199341f62a0b6.tar.gz ports-3e4ed01146cfe2bdca465bd0e4d199341f62a0b6.zip |
Notes
Diffstat (limited to 'converters/recode/Makefile')
-rw-r--r-- | converters/recode/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/converters/recode/Makefile b/converters/recode/Makefile index bcb366c2c8fa..b67c4054d5a2 100644 --- a/converters/recode/Makefile +++ b/converters/recode/Makefile @@ -18,7 +18,7 @@ COMMENT= Converts files between character sets and usages USE_GETTEXT= yes USE_AUTOTOOLS= libtool:15 USE_PERL5= yes -INSTALLS_SHLIB= yes +USE_LDCONFIG= yes CONFIGURE_ARGS= --without-included-gettext CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \ LDFLAGS="-L${LOCALBASE}/lib" |