diff options
author | William Grzybowski <wg@FreeBSD.org> | 2013-07-05 14:41:15 +0000 |
---|---|---|
committer | William Grzybowski <wg@FreeBSD.org> | 2013-07-05 14:41:15 +0000 |
commit | afab08bde83770697d94ab52a6fcf26a0d96b82c (patch) | |
tree | 5129d0c0eb4ff6eed3f45b3fae2cf221970551c6 /ftp | |
parent | c5208655a05e1817975d63736a10ab01c9854285 (diff) |
Notes
Diffstat (limited to 'ftp')
-rw-r--r-- | ftp/yafc/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ftp/yafc/Makefile b/ftp/yafc/Makefile index 5d441b870a91..c76c519d7fe8 100644 --- a/ftp/yafc/Makefile +++ b/ftp/yafc/Makefile @@ -14,9 +14,9 @@ LICENSE= GPLv2 # (or later) OPTIONS_DEFINE= BASH EXAMPLES NLS SSH READLINE OPTIONS_DEFAULT=BASH NLS SSH +USES= gmake USE_XZ= yes USE_OPENSSL= yes -USE_GMAKE= yes GNU_CONFIGURE= yes CONFIGURE_ENV= ac_cv_ipv6=yes CONFIGURE_ARGS= --with-socks=no --with-socks5=no --with-krb4=no \ |