diff options
author | antoine <antoine@FreeBSD.org> | 2013-12-24 17:43:59 +0800 |
---|---|---|
committer | antoine <antoine@FreeBSD.org> | 2013-12-24 17:43:59 +0800 |
commit | 2f5fbf2dc004349803600ef0c02b5e727103bb42 (patch) | |
tree | 877ecc6f828f1e2e7cf1053f0d3a0ffc3d4ecf8d /converters | |
parent | 653ccd2892c98a7a483b9b6b7b2285e979482184 (diff) | |
download | freebsd-ports-graphics-2f5fbf2dc004349803600ef0c02b5e727103bb42.tar.gz freebsd-ports-graphics-2f5fbf2dc004349803600ef0c02b5e727103bb42.tar.zst freebsd-ports-graphics-2f5fbf2dc004349803600ef0c02b5e727103bb42.zip |
Fix LIB_DEPENDS
Diffstat (limited to 'converters')
-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 a7873c206e8..00ed5ce554b 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 |