diff options
Diffstat (limited to 'ftp/wu-ftpd/Makefile')
-rw-r--r-- | ftp/wu-ftpd/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ftp/wu-ftpd/Makefile b/ftp/wu-ftpd/Makefile index 19f9a8a4bfd1..0c254d3d83d5 100644 --- a/ftp/wu-ftpd/Makefile +++ b/ftp/wu-ftpd/Makefile @@ -20,7 +20,7 @@ COMMENT= A replacement ftp server for Un*x systems CONFLICTS= wu-ftpd+ipv6-[0-9]* heimdal-[0-9]* -USE_AUTOTOOLS= autoconf:213 +USE_AUTOTOOLS= autoconf213 CONFIGURE_ARGS= --enable-rfc931 --disable-pasvip \ --enable-noop --disable-numericuid --enable-nlst-dirs \ --prefix=${PREFIX} --with-etc-dir=${PREFIX}/etc |