Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 22 Apr 2020 16:04:02 +0000 (UTC)
From:      "Vanilla I. Shu" <vanilla@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r532487 - head/devel/jansson
Message-ID:  <202004221604.03MG42C0069285@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: vanilla
Date: Wed Apr 22 16:04:02 2020
New Revision: 532487
URL: https://svnweb.freebsd.org/changeset/ports/532487

Log:
  Remove gmake dependency
  
  PR:		245804
  Submitted by:	daniel.engberg.lists at pyret.net

Modified:
  head/devel/jansson/Makefile

Modified: head/devel/jansson/Makefile
==============================================================================
--- head/devel/jansson/Makefile	Wed Apr 22 15:50:28 2020	(r532486)
+++ head/devel/jansson/Makefile	Wed Apr 22 16:04:02 2020	(r532487)
@@ -12,7 +12,7 @@ COMMENT=	C library for encoding, decoding, and manipul
 LICENSE=	MIT
 LICENSE_FILE=	${WRKSRC}/LICENSE
 
-USES=		cpe pathfix pkgconfig gmake tar:bzip2 libtool
+USES=		cpe pathfix pkgconfig tar:bzip2 libtool
 USE_LDCONFIG=	yes
 GNU_CONFIGURE=	yes
 CPE_VENDOR=	jansson_project



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