diff options
Diffstat (limited to 'devel/liborcus/Makefile')
-rw-r--r-- | devel/liborcus/Makefile | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/devel/liborcus/Makefile b/devel/liborcus/Makefile index 6387d0e4dad7..8ef9d3967a33 100644 --- a/devel/liborcus/Makefile +++ b/devel/liborcus/Makefile @@ -1,7 +1,8 @@ # $FreeBSD$ PORTNAME= liborcus -PORTVERSION= 0.15.4 +PORTVERSION= 0.16.1 +PORTREVISION= 1 CATEGORIES= devel misc MASTER_SITES= http://kohei.us/files/orcus/src/ @@ -13,7 +14,7 @@ LICENSE= MPL20 BUILD_DEPENDS= mdds>0:devel/mdds LIB_DEPENDS= libboost_system.so:devel/boost-libs -USES= compiler:c++11-lib libtool localbase:ldflags \ +USES= autoreconf compiler:c++11-lib libtool localbase:ldflags \ pathfix pkgconfig tar:xz GNU_CONFIGURE= yes |