svn commit: r328235 - head/devel/jansson

Vanilla I. Shu vanilla at FreeBSD.org
Wed Sep 25 01:52:30 UTC 2013


Author: vanilla
Date: Wed Sep 25 01:52:29 2013
New Revision: 328235
URL: http://svnweb.freebsd.org/changeset/ports/328235

Log:
  Add gmake to USES to fix build on 8.3-RELEASE.
  
  Submitted by:	pkg-fallout@

Modified:
  head/devel/jansson/Makefile

Modified: head/devel/jansson/Makefile
==============================================================================
--- head/devel/jansson/Makefile	Wed Sep 25 01:52:29 2013	(r328234)
+++ head/devel/jansson/Makefile	Wed Sep 25 01:52:29 2013	(r328235)
@@ -9,7 +9,7 @@ MASTER_SITES=	http://www.digip.org/janss
 MAINTAINER=	vanilla at FreeBSD.org
 COMMENT=	C library for encoding, decoding, and manipulating JSON data
 
-USES=		pathfix pkgconfig
+USES=		pathfix pkgconfig gmake
 USE_BZIP2=	yes
 USE_LDCONFIG=	yes
 GNU_CONFIGURE=	yes


More information about the svn-ports-all mailing list