diff options
Diffstat (limited to 'devel/jansson/Makefile')
-rw-r--r-- | devel/jansson/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/devel/jansson/Makefile b/devel/jansson/Makefile index 788e535d52cc..d743a4d7337b 100644 --- a/devel/jansson/Makefile +++ b/devel/jansson/Makefile @@ -3,6 +3,7 @@ PORTNAME= jansson PORTVERSION= 2.6 +PORTREVISION= 1 CATEGORIES= devel MASTER_SITES= http://www.digip.org/jansson/releases/ @@ -11,7 +12,7 @@ COMMENT= C library for encoding, decoding, and manipulating JSON data LICENSE= MIT -USES= pathfix pkgconfig gmake tar:bzip2 +USES= pathfix pkgconfig gmake tar:bzip2 libtool USE_LDCONFIG= yes GNU_CONFIGURE= yes |