svn commit: r532487 - head/devel/jansson

Vanilla I. Shu vanilla at FreeBSD.org
Wed Apr 22 16:04:03 UTC 2020


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


More information about the svn-ports-all mailing list