diff options
author | wg <wg@FreeBSD.org> | 2013-07-05 22:41:15 +0800 |
---|---|---|
committer | wg <wg@FreeBSD.org> | 2013-07-05 22:41:15 +0800 |
commit | 69184ea8a44240f189ba8c95cb5ff0d732e6b46b (patch) | |
tree | 5129d0c0eb4ff6eed3f45b3fae2cf221970551c6 /ftp/yafc | |
parent | efac9198e65d92125b49edb05b2ddab34284649b (diff) | |
download | freebsd-ports-gnome-69184ea8a44240f189ba8c95cb5ff0d732e6b46b.tar.gz freebsd-ports-gnome-69184ea8a44240f189ba8c95cb5ff0d732e6b46b.tar.zst freebsd-ports-gnome-69184ea8a44240f189ba8c95cb5ff0d732e6b46b.zip |
- Convert to new USES gmake for my ports
Diffstat (limited to 'ftp/yafc')
-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 \ |