diff options
Diffstat (limited to 'net/samba4wins')
-rw-r--r-- | net/samba4wins/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/net/samba4wins/Makefile b/net/samba4wins/Makefile index 804b758c43bb..cab0e50fd753 100644 --- a/net/samba4wins/Makefile +++ b/net/samba4wins/Makefile @@ -43,7 +43,7 @@ CONFIGURE_ARGS+= --exec-prefix=${PREFIX} \ CONFIGURE_ARGS+= --disable-reg-gconf --disable-socket-wrapper \ --with-readline=/usr --with-included-popt \ - --with-libiconv=${LOCALBASE} --without-sqlite3 \ + ${ICONV_CONFIGURE_BASE} --without-sqlite3 \ --without-pthreads --without-python USE_RC_SUBR= smbd4wins |