diff options
author | Antoine Brodin <antoine@FreeBSD.org> | 2013-12-24 09:43:59 +0000 |
---|---|---|
committer | Antoine Brodin <antoine@FreeBSD.org> | 2013-12-24 09:43:59 +0000 |
commit | 50b3922a60596a3af48c047b3fa4f28a96c8c21f (patch) | |
tree | 877ecc6f828f1e2e7cf1053f0d3a0ffc3d4ecf8d /converters/iconv-rfc1345 | |
parent | 506ae87edf242bde38316f3c89bf75a77ae8a25a (diff) |
Notes
Diffstat (limited to 'converters/iconv-rfc1345')
-rw-r--r-- | converters/iconv-rfc1345/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/converters/iconv-rfc1345/Makefile b/converters/iconv-rfc1345/Makefile index a7873c206e87..00ed5ce554be 100644 --- a/converters/iconv-rfc1345/Makefile +++ b/converters/iconv-rfc1345/Makefile @@ -10,7 +10,7 @@ MASTER_SITE_SUBDIR= bland MAINTAINER= bland@FreeBSD.org COMMENT= Additional charset modules for the iconv library (from RFC1345) -LIB_DEPENDS= libbbiconv.so:${PORTSDIR}/converters/iconv +LIB_DEPENDS= libbiconv.so:${PORTSDIR}/converters/iconv USES= perl5 |