mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-25 04:43:33 +00:00
change dependency for WITH_ONIGURUMA from devel/oniguruma to devel/oniguruma5
This commit is contained in:
parent
7e36d699d5
commit
c7d67dc55d
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=240567
@ -89,7 +89,7 @@ CONFIGURE_ARGS+=--disable-gtkspell
|
||||
.endif
|
||||
|
||||
.if defined(WITH_ONIGURUMA)
|
||||
BUILD_DEPENDS+= ${LOCALBASE}/lib/libonig.a:${PORTSDIR}/devel/oniguruma
|
||||
BUILD_DEPENDS+= ${LOCALBASE}/lib/libonig.a:${PORTSDIR}/devel/oniguruma5
|
||||
CONFIGURE_ARGS+=--enable-oniguruma
|
||||
.else
|
||||
CONFIGURE_ARGS+=--disable-oniguruma
|
||||
|
@ -89,7 +89,7 @@ CONFIGURE_ARGS+=--disable-gtkspell
|
||||
.endif
|
||||
|
||||
.if defined(WITH_ONIGURUMA)
|
||||
BUILD_DEPENDS+= ${LOCALBASE}/lib/libonig.a:${PORTSDIR}/devel/oniguruma
|
||||
BUILD_DEPENDS+= ${LOCALBASE}/lib/libonig.a:${PORTSDIR}/devel/oniguruma5
|
||||
CONFIGURE_ARGS+=--enable-oniguruma
|
||||
.else
|
||||
CONFIGURE_ARGS+=--disable-oniguruma
|
||||
|
Loading…
Reference in New Issue
Block a user