aboutsummaryrefslogtreecommitdiffstats
path: root/ftp
diff options
context:
space:
mode:
authornovel <novel@FreeBSD.org>2006-03-09 01:16:52 +0800
committernovel <novel@FreeBSD.org>2006-03-09 01:16:52 +0800
commitb176d1caf5191bc56130fbf81a2f67e8cf185e62 (patch)
tree670bc0ffcb290a569329081f5636c08e343218b5 /ftp
parent2e494c58e0f5dc837a106ea90202217c3e1d1abe (diff)
downloadfreebsd-ports-gnome-b176d1caf5191bc56130fbf81a2f67e8cf185e62.tar.gz
freebsd-ports-gnome-b176d1caf5191bc56130fbf81a2f67e8cf185e62.tar.zst
freebsd-ports-gnome-b176d1caf5191bc56130fbf81a2f67e8cf185e62.zip
Fix build with utf8 support disabled.
Reported by: ml@sd2i.com on freebsd-ports@ Approved by: portmgr (marcus)
Diffstat (limited to 'ftp')
-rw-r--r--ftp/wzdftpd/Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/ftp/wzdftpd/Makefile b/ftp/wzdftpd/Makefile
index f5a24b42023b..712bc57c03e9 100644
--- a/ftp/wzdftpd/Makefile
+++ b/ftp/wzdftpd/Makefile
@@ -47,7 +47,8 @@ MAN8= wzdftpd.8
.if defined(WITH_UTF8)
USE_ICONV= yes
-CONFIGURE_ARGS+= --enable-utf8
+.else
+CONFIGURE_ARGS+= --disable-utf8
.endif
.if defined(WITH_TCL)