aboutsummaryrefslogtreecommitdiffstats
path: root/converters/iconv-rfc1345
diff options
context:
space:
mode:
authorsobomax <sobomax@FreeBSD.org>2002-03-18 17:43:25 +0800
committersobomax <sobomax@FreeBSD.org>2002-03-18 17:43:25 +0800
commitbedce9492033fa6327a172ff7160c9a2bde1ad0e (patch)
tree010e784cf4a3f96fa69df1e76c5a5429324569ee /converters/iconv-rfc1345
parent55311eab53b9014e4bd0184e958f76c18d8fe0f8 (diff)
downloadfreebsd-ports-gnome-bedce9492033fa6327a172ff7160c9a2bde1ad0e.tar.gz
freebsd-ports-gnome-bedce9492033fa6327a172ff7160c9a2bde1ad0e.tar.zst
freebsd-ports-gnome-bedce9492033fa6327a172ff7160c9a2bde1ad0e.zip
Iconv cleanup, stage 1a: remove `g' prefix from binaries, headers, libraries and
manpages installed by libiconv (aka GNU iconv) and add similar `b'-prefixes into components installed by iconv (aka BSD iconv). The reason why we do this is because unfortunately BSD iconv become abadonware (author doesn't maintain it anymore), while number of ports that need functional iconv library grows very fast, thus creating significant overhead due to patches needed to make ports working with prefixed GNU iconv. For compatibility reasons create symlinks in GNU iconv, so that all ports that expect GNU iconv to have `g' prefix should work unmodified until all those `g'-hacks are wiped out. Prompted by: ache Reviewed by (in principle): freebsd-ports, freebsd-gnome
Diffstat (limited to 'converters/iconv-rfc1345')
-rw-r--r--converters/iconv-rfc1345/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/converters/iconv-rfc1345/Makefile b/converters/iconv-rfc1345/Makefile
index 587f8b2dafeb..c9115bdf0258 100644
--- a/converters/iconv-rfc1345/Makefile
+++ b/converters/iconv-rfc1345/Makefile
@@ -12,7 +12,7 @@ MASTER_SITES= http://www.dante.net/staff/konstantin/FreeBSD/iconv/
MAINTAINER= Konstantin.Chuguev@dante.org.uk
-LIB_DEPENDS= iconv.2:${PORTSDIR}/converters/iconv
+LIB_DEPENDS= biconv.2:${PORTSDIR}/converters/iconv
USE_PERL5= yes