diff options
author | Cheng-Lung Sung <clsung@FreeBSD.org> | 2006-08-14 22:55:18 +0000 |
---|---|---|
committer | Cheng-Lung Sung <clsung@FreeBSD.org> | 2006-08-14 22:55:18 +0000 |
commit | 4de56a776b06e3e1141de9f8098f35898c845484 (patch) | |
tree | 6194cf6aa6f7ee687e04930740d1eec39ffe26f7 /converters | |
parent | db0ebc9499d9e83a7facb9785799a902707c4cf2 (diff) | |
download | ports-4de56a776b06e3e1141de9f8098f35898c845484.tar.gz ports-4de56a776b06e3e1141de9f8098f35898c845484.zip |
- s,INSTALLS_SHLIB,USE_LDCONFIG,g
- these include comms/ converters/ databases/ devel/ maintained by ports@
PR: ports/101916
Submitted by: Gea-Suan Lin <gslin_AT_gslin dot org>
Notes
Notes:
svn path=/head/; revision=170639
Diffstat (limited to 'converters')
-rw-r--r-- | converters/libutf-8/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/converters/libutf-8/Makefile b/converters/libutf-8/Makefile index d68bf6d500ea..65c9a680c32b 100644 --- a/converters/libutf-8/Makefile +++ b/converters/libutf-8/Makefile @@ -15,7 +15,7 @@ MASTER_SITES= http://www.whizkidtech.redprince.net/i18n/ \ MAINTAINER= ports@FreeBSD.org COMMENT= Unicode conversion routines between UCS-4 and UTF-8 -INSTALLS_SHLIB= yes +USE_LDCONFIG= yes MAN3= libutf-8.3 fgetu8.3 fputu8.3 sgetu8.3 sputu8.3 |