diff options
Diffstat (limited to 'ftp/smbftpd/Makefile')
-rw-r--r-- | ftp/smbftpd/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ftp/smbftpd/Makefile b/ftp/smbftpd/Makefile index b3d42f845b35..6abc425f6b29 100644 --- a/ftp/smbftpd/Makefile +++ b/ftp/smbftpd/Makefile @@ -40,7 +40,7 @@ CONFIGURE_ARGS+= "--with-pgsql" .endif .if ${PORT_OPTIONS:MICONV} -USE_ICONV= yes +USES+= iconv CONFIGURE_ARGS+= "--with-iconv" .endif |