summaryrefslogtreecommitdiff
path: root/converters
diff options
context:
space:
mode:
authorAntoine Brodin <antoine@FreeBSD.org>2013-12-24 09:43:59 +0000
committerAntoine Brodin <antoine@FreeBSD.org>2013-12-24 09:43:59 +0000
commit50b3922a60596a3af48c047b3fa4f28a96c8c21f (patch)
tree877ecc6f828f1e2e7cf1053f0d3a0ffc3d4ecf8d /converters
parent- use PYTHONPREFIX_LIBDIR (diff)
Fix LIB_DEPENDS
Notes
Notes: svn path=/head/; revision=337326
Diffstat (limited to 'converters')
-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 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