diff options
author | Baptiste Daroussin <bapt@FreeBSD.org> | 2013-09-02 06:45:47 +0000 |
---|---|---|
committer | Baptiste Daroussin <bapt@FreeBSD.org> | 2013-09-02 06:45:47 +0000 |
commit | fb1131a6f9bfaa0ff0e2d4c3cc9154f7fdb335ad (patch) | |
tree | 33e0370986f010eb39f7c107403d9543c3a36534 /devel/jansson | |
parent | efeb4f1aa71c145d0087b4aa1ddf960e3556f74a (diff) | |
download | ports-fb1131a6f9bfaa0ff0e2d4c3cc9154f7fdb335ad.tar.gz ports-fb1131a6f9bfaa0ff0e2d4c3cc9154f7fdb335ad.zip |
Notes
Diffstat (limited to 'devel/jansson')
-rw-r--r-- | devel/jansson/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/devel/jansson/Makefile b/devel/jansson/Makefile index 3a9148c1be3e..e391e94ba5ed 100644 --- a/devel/jansson/Makefile +++ b/devel/jansson/Makefile @@ -7,11 +7,11 @@ CATEGORIES= devel MASTER_SITES= http://www.digip.org/jansson/releases/ MAINTAINER= vanilla@FreeBSD.org -COMMENT= A C library for encoding, decoding, and manipulating JSON data +COMMENT= C library for encoding, decoding, and manipulating JSON data +USES= pathfix pkgconfig USE_BZIP2= yes USE_LDCONFIG= yes GNU_CONFIGURE= yes -USE_GNOME= gnomehack pkgconfig .include <bsd.port.mk> |