Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 10 Jan 2020 19:15:53 +0000 (UTC)
From:      Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r522585 - head/dns/libidn2
Message-ID:  <202001101915.00AJFr5K082995@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: sunpoet
Date: Fri Jan 10 19:15:53 2020
New Revision: 522585
URL: https://svnweb.freebsd.org/changeset/ports/522585

Log:
  Remove USES=gmake
  
  It compiles fine without gmake now.
  
  Differential Revision:	https://reviews.freebsd.org/D23120
  Submitted by:	Daniel Engberg <daniel.engberg.lists@pyret.net>

Modified:
  head/dns/libidn2/Makefile

Modified: head/dns/libidn2/Makefile
==============================================================================
--- head/dns/libidn2/Makefile	Fri Jan 10 19:15:45 2020	(r522584)
+++ head/dns/libidn2/Makefile	Fri Jan 10 19:15:53 2020	(r522585)
@@ -15,7 +15,7 @@ LICENSE_FILE=	${WRKSRC}/COPYING
 
 LIB_DEPENDS=	libunistring.so:devel/libunistring
 
-USES=		charsetfix gmake iconv libtool localbase pathfix
+USES=		charsetfix iconv libtool localbase pathfix
 
 CONFIGURE_ARGS=	--disable-nls \
 		--with-libunistring-prefix=${LOCALBASE} \



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202001101915.00AJFr5K082995>