diff options
Diffstat (limited to 'net/samba3/Makefile')
-rw-r--r-- | net/samba3/Makefile | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/net/samba3/Makefile b/net/samba3/Makefile index 6b3c8bc686bc..46a2e26e2b5c 100644 --- a/net/samba3/Makefile +++ b/net/samba3/Makefile @@ -84,6 +84,11 @@ CONFIGURE_ARGS+= --with-acl-support .endif .endif +.if defined(WITH_LIBICONV) +LIB_DEPENDS+= iconv.3:${PORTSDIR}/converters/libiconv +CONFIGURE_ARGS+= --with-libiconv +.endif + WRKSRC= ${WRKDIR}/${DISTNAME}/source MAN1= findsmb.1 make_smbcodepage.1 make_unicodemap.1 nmblookup.1 \ |