diff options
author | vanilla <vanilla@FreeBSD.org> | 2013-09-25 09:52:29 +0800 |
---|---|---|
committer | vanilla <vanilla@FreeBSD.org> | 2013-09-25 09:52:29 +0800 |
commit | a07947f35d3a51bb2fc27e4aa6fc9181e8291d00 (patch) | |
tree | 904594049cf64250860c1b80cbaf400548930cae /devel | |
parent | d9d79d22f594913f42800df38430ac40cb8ee9cb (diff) | |
download | freebsd-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/Makefile | 2 |
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 |