diff options
author | amdmi3 <amdmi3@FreeBSD.org> | 2014-06-23 21:20:54 +0800 |
---|---|---|
committer | amdmi3 <amdmi3@FreeBSD.org> | 2014-06-23 21:20:54 +0800 |
commit | 5a9af536b3a08f47a863724ea8e5d88b367dafe6 (patch) | |
tree | 5387b80c2320efd2f4f2540da84bee2e25370302 /textproc | |
parent | 224c039977025a1247b67bd6ca1622f0904e8d0a (diff) | |
download | freebsd-ports-gnome-5a9af536b3a08f47a863724ea8e5d88b367dafe6.tar.gz freebsd-ports-gnome-5a9af536b3a08f47a863724ea8e5d88b367dafe6.tar.zst freebsd-ports-gnome-5a9af536b3a08f47a863724ea8e5d88b367dafe6.zip |
- Switch devel/jansson to libtool, drop .la files
- Bump dependent ports as .so version has changed
Approved by: portmgr blanket
Diffstat (limited to 'textproc')
-rw-r--r-- | textproc/jshon/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/textproc/jshon/Makefile b/textproc/jshon/Makefile index 969522d16def..8e04e3f6b199 100644 --- a/textproc/jshon/Makefile +++ b/textproc/jshon/Makefile @@ -2,7 +2,7 @@ PORTNAME= jshon PORTVERSION= 20121210 -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= textproc MAINTAINER= bdrewery@FreeBSD.org |