diff options
author | Tijl Coosemans <tijl@FreeBSD.org> | 2022-05-13 16:37:50 +0000 |
---|---|---|
committer | Tijl Coosemans <tijl@FreeBSD.org> | 2022-06-08 16:24:35 +0000 |
commit | bd70827c22827422583d9bd6963636ef4f2d5623 (patch) | |
tree | d227d18f0e4043a891ecb0fb18c2f15c2bde1ffc /ftp/wzdftpd | |
parent | d2153894e76837f45bc21c448f2c610f128ede7c (diff) |
devel/autoconf: update to 2.71
- Copy devel/autoconf to devel/autoconf2.69.
- Update devel/autoconf to 2.71.
- Allow ports to use 2.69 with USES=autoreconf:2.69.
PR: 258046
Exp-run by: antoine
Diffstat (limited to 'ftp/wzdftpd')
-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 e2763d47dc21..7db6799f0a57 100644 --- a/ftp/wzdftpd/Makefile +++ b/ftp/wzdftpd/Makefile @@ -12,7 +12,7 @@ COMMENT= Modular FTP server configurable online using SITE commands LICENSE= GPLv2+ LICENSE_FILE= ${WRKSRC}/COPYING -USES= autoreconf cpe gettext-tools libtool localbase pkgconfig +USES= autoreconf:2.69 cpe gettext-tools libtool localbase pkgconfig GNU_CONFIGURE= yes CONFIGURE_ARGS= --sysconfdir=${ETCDIR} --disable-bonjour --disable-static INSTALL_TARGET= install-strip |