Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 25 Sep 2013 01:52:29 +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: r328235 - head/devel/jansson
Message-ID:  <201309250152.r8P1qTqU009006@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
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@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



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