diff options
author | Jung-uk Kim <jkim@FreeBSD.org> | 2013-08-23 04:36:52 +0800 |
---|---|---|
committer | Jung-uk Kim <jkim@FreeBSD.org> | 2013-08-23 04:36:52 +0800 |
commit | 95e5b0216cce3707e34d1bf4f7f5247e9acd967d (patch) | |
tree | 62d57bab11318d0a2151dd5d65809d5d04ce8e3a /net/libcmis/Makefile | |
parent | 555cbe4518a85c9e9bee31c1e212278dfff06099 (diff) | |
download | freebsd-ports-gnome-95e5b0216cce3707e34d1bf4f7f5247e9acd967d.tar.gz freebsd-ports-gnome-95e5b0216cce3707e34d1bf4f7f5247e9acd967d.tar.zst freebsd-ports-gnome-95e5b0216cce3707e34d1bf4f7f5247e9acd967d.zip |
Update to 0.4.1.
Diffstat (limited to 'net/libcmis/Makefile')
-rw-r--r-- | net/libcmis/Makefile | 7 |
1 files changed, 3 insertions, 4 deletions
diff --git a/net/libcmis/Makefile b/net/libcmis/Makefile index e03d1b9317b4..e98dcc1cf7c1 100644 --- a/net/libcmis/Makefile +++ b/net/libcmis/Makefile @@ -1,8 +1,7 @@ # $FreeBSD$ PORTNAME= libcmis -PORTVERSION= 0.3.1 -PORTREVISION= 1 +PORTVERSION= 0.4.1 CATEGORIES= net devel MASTER_SITES= SF/${PORTNAME} @@ -17,12 +16,12 @@ BUILD_DEPENDS= ${LOCALBASE}/lib/libcppunit.so:${PORTSDIR}/devel/cppunit \ ${LOCALBASE}/lib/libboost_regex.a:${PORTSDIR}/devel/boost-libs GNU_CONFIGURE= yes -USES= pathfix pkgconfig USE_GNOME= libxml2 -USE_GMAKE= yes USE_LDCONFIG= yes +USES= gmake pathfix pkgconfig CONFIGURE_ARGS= --disable-werror --with-boost=${LOCALBASE} --without-man +PLIST_SUB= MAJVER=${PORTVERSION:R} post-patch: @${REINPLACE_CMD} -e "s|@WITH_LIBCMIS_MAN_FALSE@|#|g" \ |