diff options
Diffstat (limited to 'ftp/wzdftpd/Makefile')
-rw-r--r-- | ftp/wzdftpd/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ftp/wzdftpd/Makefile b/ftp/wzdftpd/Makefile index 1c48849bc612..68354ce8ee17 100644 --- a/ftp/wzdftpd/Makefile +++ b/ftp/wzdftpd/Makefile @@ -18,7 +18,7 @@ COMMENT= Modular FTP server configurable online using SITE commands USE_GMAKE= yes GNU_CONFIGURE= yes INSTALLS_SHLIB= yes -USE_LIBTOOL= yes +USE_LIBTOOL_VER=13 CONFIGURE_TARGET= --build=${MACHINE_ARCH}-portbld-freebsd${OSREL} .if defined(WITH_SSL) |