diff options
Diffstat (limited to 'devel/liblognorm/Makefile')
| -rw-r--r-- | devel/liblognorm/Makefile | 14 | 
1 files changed, 10 insertions, 4 deletions
diff --git a/devel/liblognorm/Makefile b/devel/liblognorm/Makefile index f09f9f3f5d91..79a23e329b2f 100644 --- a/devel/liblognorm/Makefile +++ b/devel/liblognorm/Makefile @@ -1,5 +1,5 @@  PORTNAME=	liblognorm -PORTVERSION=	2.0.6 +DISTVERSION=	2.0.7  CATEGORIES=	devel net security  MASTER_SITES=	http://www.liblognorm.com/download/files/download/ @@ -9,21 +9,27 @@ WWW=		https://www.liblognorm.com/  LICENSE=	LGPL21+ APACHE20  LICENSE_COMB=	multi -LICENSE_FILE_LGPL21+ =	${WRKSRC}/COPYING  LICENSE_FILE_APACHE20=	${WRKSRC}/COPYING.ASL20 +LICENSE_FILE_LGPL21+ =	${WRKSRC}/COPYING  LIB_DEPENDS=	libfastjson.so:devel/libfastjson \  		libestr.so:devel/libestr -BUILD_DEPENDS=	sphinx-build:textproc/py-sphinx  USES=		libtool pathfix pkgconfig -  USE_LDCONFIG=	yes +  GNU_CONFIGURE=	yes +  INSTALL_TARGET=	install-strip  SUB_FILES=	pkg-message +OPTIONS_DEFINE=		DOCS + +DOCS_BUILD_DEPENDS=	sphinx-build:textproc/py-sphinx@${PY_FLAVOR} +DOCS_USES=		python +DOCS_CONFIGURE_OFF=	--disable-docs +  # Try to fix parallel (-jX) builds  post-patch:  	@${REINPLACE_CMD} -e \  | 
