mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-04 06:15:24 +00:00
- Change LIB_DEPENDS from devel/oniguruma5 to 6
- PORTREVISION bump is not required since it doesn't affect default package creation (oniguruma is no default option) - While here, remove now unrecognized configure option which results in a warning: configure: WARNING: unrecognized options: --with-libintl-prefix PR: 221471 Submitted by: pi
This commit is contained in:
parent
569b236ad7
commit
f0c335c986
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=447890
@ -28,7 +28,6 @@ CPPFLAGS+= -I${LOCALBASE}/include
|
||||
LIBS+= -L${LOCALBASE}/lib
|
||||
CONFIGURE_ARGS= --enable-ipv6 \
|
||||
--prefix=${PREFIX} \
|
||||
--with-libintl-prefix=${LOCALBASE} \
|
||||
--program-transform-name=''
|
||||
|
||||
CONFLICTS= sylpheed-1.[0-8]* sylpheed-2.[0-9]* sylpheed-gtk2-[0-9]*
|
||||
@ -75,7 +74,7 @@ JPILOT_CONFIGURE_ENABLE= jpilot
|
||||
LDAP_CONFIGURE_ENABLE= ldap
|
||||
LDAP_USE= openldap=yes
|
||||
|
||||
ONIGURUMA_LIB_DEPENDS= libonig.so:devel/oniguruma5
|
||||
ONIGURUMA_LIB_DEPENDS= libonig.so:devel/oniguruma6
|
||||
ONIGURUMA_CONFIGURE_ENABLE= oniguruma
|
||||
|
||||
SSL_CONFIGURE_ENABLE= ssl
|
||||
|
Loading…
Reference in New Issue
Block a user