1
0
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:
Oliver Lehmann 2009-08-30 15:04:07 +00:00
parent 7e36d699d5
commit c7d67dc55d
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=240567
2 changed files with 2 additions and 2 deletions

View File

@ -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

View File

@ -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