diff options
author | Baptiste Daroussin <bapt@FreeBSD.org> | 2014-01-09 06:57:58 +0000 |
---|---|---|
committer | Baptiste Daroussin <bapt@FreeBSD.org> | 2014-01-09 06:57:58 +0000 |
commit | 28446889bfa3b56ad31c7db3e8652bdf548e66a4 (patch) | |
tree | 7be88e110d7f5610328563308f9168c9aa6f48a6 /converters | |
parent | b8a4248e6eaf4f2768dc31009d86888bdfd8cb9c (diff) | |
download | ports-28446889bfa3b56ad31c7db3e8652bdf548e66a4.tar.gz ports-28446889bfa3b56ad31c7db3e8652bdf548e66a4.zip |
Notes
Diffstat (limited to 'converters')
-rw-r--r-- | converters/iconv-rfc1345/Makefile | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/converters/iconv-rfc1345/Makefile b/converters/iconv-rfc1345/Makefile index 00ed5ce554be..bf5473fab2e2 100644 --- a/converters/iconv-rfc1345/Makefile +++ b/converters/iconv-rfc1345/Makefile @@ -12,7 +12,6 @@ COMMENT= Additional charset modules for the iconv library (from RFC1345) LIB_DEPENDS= libbiconv.so:${PORTSDIR}/converters/iconv -USES= perl5 +USES= perl5 uidfix -NO_STAGE= yes .include <bsd.port.mk> |