svn commit: r529729 - head/ftp/curl

Sunpoet Po-Chuan Hsieh sunpoet at FreeBSD.org
Sat Mar 28 13:34:08 UTC 2020


Author: sunpoet
Date: Sat Mar 28 13:34:02 2020
New Revision: 529729
URL: https://svnweb.freebsd.org/changeset/ports/529729

Log:
  Remove USES=gmake
  
  It compiles fine without gmake now.
  
  PR:		244647
  Submitted by:	Daniel Engberg <daniel.engberg.lists at pyret.net>

Modified:
  head/ftp/curl/Makefile

Modified: head/ftp/curl/Makefile
==============================================================================
--- head/ftp/curl/Makefile	Sat Mar 28 13:33:57 2020	(r529728)
+++ head/ftp/curl/Makefile	Sat Mar 28 13:34:02 2020	(r529729)
@@ -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 \


More information about the svn-ports-head mailing list