aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorVanilla I. Shu <vanilla@FreeBSD.org>2013-09-25 01:52:29 +0000
committerVanilla I. Shu <vanilla@FreeBSD.org>2013-09-25 01:52:29 +0000
commit0e4bc69f5569fb77b9ba5ede67f5575f1a5f2cbf (patch)
tree904594049cf64250860c1b80cbaf400548930cae
parent24153f05d9a8295bc7b9d987ee37e9de10762801 (diff)
downloadports-0e4bc69f5569fb77b9ba5ede67f5575f1a5f2cbf.tar.gz
ports-0e4bc69f5569fb77b9ba5ede67f5575f1a5f2cbf.zip
Add gmake to USES to fix build on 8.3-RELEASE.
Submitted by: pkg-fallout@
Notes
Notes: svn path=/head/; revision=328235
-rw-r--r--devel/jansson/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/devel/jansson/Makefile b/devel/jansson/Makefile
index 213c066bb5c2..734116b62a08 100644
--- a/devel/jansson/Makefile
+++ b/devel/jansson/Makefile
@@ -9,7 +9,7 @@ MASTER_SITES= http://www.digip.org/jansson/releases/
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