diff options
author | Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org> | 2020-03-28 13:34:02 +0000 |
---|---|---|
committer | Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org> | 2020-03-28 13:34:02 +0000 |
commit | 33669b4b81436f7a4623b205da16ee863089127f (patch) | |
tree | fb4dc64391b7a241a0c6fcb5bf834a28d88eb7e2 /ftp | |
parent | 6abf2d82186c9b38b9d76c833aaef0edb5994adb (diff) |
Remove USES=gmake
It compiles fine without gmake now.
PR: 244647
Submitted by: Daniel Engberg <daniel.engberg.lists@pyret.net>
Notes
Notes:
svn path=/head/; revision=529729
Diffstat (limited to 'ftp')
-rw-r--r-- | ftp/curl/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ftp/curl/Makefile b/ftp/curl/Makefile index 87f662b2bf50..e947ea6c63f8 100644 --- a/ftp/curl/Makefile +++ b/ftp/curl/Makefile @@ -43,7 +43,7 @@ SMTP_DESC= SMTP/SMTPS support THREADED_RESOLVER_DESC= Threaded DNS resolver TLS_SRP_DESC= TLS-SRP (Secure Remote Password) support -USES= cpe gmake libtool localbase pathfix perl5 shebangfix tar:xz +USES= cpe libtool localbase pathfix perl5 shebangfix tar:xz USE_PERL5= build CONFIGURE_ARGS= --disable-werror \ |