View | Details | Raw Unified | Return to bug 220586 | Differences between
and this patch

Collapse All | Expand All

(-)textproc/jq/Makefile (-1 / +2 lines)
Lines 3-8 Link Here
3
3
4
PORTNAME=	jq
4
PORTNAME=	jq
5
PORTVERSION=	1.5
5
PORTVERSION=	1.5
6
PORTREVISION=	1
6
DISTVERSIONPREFIX=	${PORTNAME}-
7
DISTVERSIONPREFIX=	${PORTNAME}-
7
CATEGORIES=	textproc
8
CATEGORIES=	textproc
8
9
Lines 32-38 Link Here
32
DOCS_CONFIGURE_ENABLE=	docs
33
DOCS_CONFIGURE_ENABLE=	docs
33
34
34
ONIGURUMA_DESC=		With oniguruma BSDL regular expression library
35
ONIGURUMA_DESC=		With oniguruma BSDL regular expression library
35
ONIGURUMA_LIB_DEPENDS=	libonig.so:devel/oniguruma5
36
ONIGURUMA_LIB_DEPENDS=	libonig.so:devel/oniguruma6
36
#ONIGURUMA_CONFIGURE_WITH=oniguruma=${LOCALBASE} # pending resolution of https://github.com/stedolan/jq/issues/1021, next line is the workaround
37
#ONIGURUMA_CONFIGURE_WITH=oniguruma=${LOCALBASE} # pending resolution of https://github.com/stedolan/jq/issues/1021, next line is the workaround
37
ONIGURUMA_CONFIGURE_ON=	--with-oniguruma=${LOCALBASE}
38
ONIGURUMA_CONFIGURE_ON=	--with-oniguruma=${LOCALBASE}
38
39

Return to bug 220586