diff options
Diffstat (limited to 'net/silc-client/Makefile')
-rw-r--r-- | net/silc-client/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/net/silc-client/Makefile b/net/silc-client/Makefile index 13c96be7943a..28ab24705e3f 100644 --- a/net/silc-client/Makefile +++ b/net/silc-client/Makefile @@ -88,7 +88,7 @@ CONFIGURE_ARGS+= --disable-ipv6 .endif .if ${PORT_OPTIONS:MICONV} -USE_ICONV= yes +USES+= iconv CONFIGURE_ARGS+= --with-iconv .else CONFIGURE_ARGS+= --without-iconv |