aboutsummaryrefslogtreecommitdiffstats
path: root/devel
diff options
context:
space:
mode:
authorvanilla <vanilla@FreeBSD.org>2013-09-25 09:52:29 +0800
committervanilla <vanilla@FreeBSD.org>2013-09-25 09:52:29 +0800
commita07947f35d3a51bb2fc27e4aa6fc9181e8291d00 (patch)
tree904594049cf64250860c1b80cbaf400548930cae /devel
parentd9d79d22f594913f42800df38430ac40cb8ee9cb (diff)
downloadfreebsd-ports-gnome-a07947f35d3a51bb2fc27e4aa6fc9181e8291d00.tar.gz
freebsd-ports-gnome-a07947f35d3a51bb2fc27e4aa6fc9181e8291d00.tar.zst
freebsd-ports-gnome-a07947f35d3a51bb2fc27e4aa6fc9181e8291d00.zip
Add gmake to USES to fix build on 8.3-RELEASE.
Submitted by: pkg-fallout@
Diffstat (limited to 'devel')
-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