diff options
author | bapt <bapt@FreeBSD.org> | 2014-01-09 22:04:49 +0800 |
---|---|---|
committer | bapt <bapt@FreeBSD.org> | 2014-01-09 22:04:49 +0800 |
commit | f5a6ef66dc3f3791111568b0a21089c9838e9858 (patch) | |
tree | 7813cf2eec4fff557bda414420e5bfa50b34919f /converters | |
parent | 4bfa0d0f2d41d239b95d6783d945ba445770a95a (diff) | |
download | freebsd-ports-graphics-f5a6ef66dc3f3791111568b0a21089c9838e9858.tar.gz freebsd-ports-graphics-f5a6ef66dc3f3791111568b0a21089c9838e9858.tar.zst freebsd-ports-graphics-f5a6ef66dc3f3791111568b0a21089c9838e9858.zip |
Support stage
Diffstat (limited to 'converters')
-rw-r--r-- | converters/iconv-extra/Makefile | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/converters/iconv-extra/Makefile b/converters/iconv-extra/Makefile index 0d641fbf2df..678240f8337 100644 --- a/converters/iconv-extra/Makefile +++ b/converters/iconv-extra/Makefile @@ -12,7 +12,6 @@ COMMENT= Additional charsets for the iconv library (those from the Unicode site) LIB_DEPENDS= libbiconv.so:${PORTSDIR}/converters/iconv -USES= perl5 +USES= perl5 uidfix -NO_STAGE= yes .include <bsd.port.mk> |