diff options
author | Raphael Kubo da Costa <rakuco@FreeBSD.org> | 2014-06-17 21:49:32 +0000 |
---|---|---|
committer | Raphael Kubo da Costa <rakuco@FreeBSD.org> | 2014-06-17 21:49:32 +0000 |
commit | 1131715c90d11ed75810b9a369bf2d2003e8ce9a (patch) | |
tree | 5faa6a06713a2ee8346717dbdfe4e0c1b1139154 /ftp | |
parent | 6e3ffd62d933c41ccb60dcd4a54a71c6e14bb684 (diff) | |
download | ports-1131715c90d11ed75810b9a369bf2d2003e8ce9a.tar.gz ports-1131715c90d11ed75810b9a369bf2d2003e8ce9a.zip |
Notes
Diffstat (limited to 'ftp')
-rw-r--r-- | ftp/yafc/Makefile | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/ftp/yafc/Makefile b/ftp/yafc/Makefile index 1062b692f516..14c3ea25b6aa 100644 --- a/ftp/yafc/Makefile +++ b/ftp/yafc/Makefile @@ -14,8 +14,7 @@ LICENSE= GPLv2 # (or later) OPTIONS_DEFINE= BASH EXAMPLES NLS SSH READLINE OPTIONS_DEFAULT=BASH NLS SSH -USES= gmake -USE_XZ= yes +USES= gmake tar:xz USE_OPENSSL= yes GNU_CONFIGURE= yes CONFIGURE_ENV= ac_cv_ipv6=yes |