diff options
author | ehaupt <ehaupt@FreeBSD.org> | 2017-08-13 22:09:39 +0800 |
---|---|---|
committer | ehaupt <ehaupt@FreeBSD.org> | 2017-08-13 22:09:39 +0800 |
commit | c1f8ad8ba55672e35c8086ae86e37e746299ff48 (patch) | |
tree | e83506b64aa08878f63defff5cd9b06ba04b7d5b /mail | |
parent | 03ec523e691d0573aead3e45dab8c8565282d44a (diff) | |
download | freebsd-ports-gnome-c1f8ad8ba55672e35c8086ae86e37e746299ff48.tar.gz freebsd-ports-gnome-c1f8ad8ba55672e35c8086ae86e37e746299ff48.tar.zst freebsd-ports-gnome-c1f8ad8ba55672e35c8086ae86e37e746299ff48.zip |
- 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
Diffstat (limited to 'mail')
-rw-r--r-- | mail/sylpheed/Makefile | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/mail/sylpheed/Makefile b/mail/sylpheed/Makefile index bd0b8e129adc..78e9f94e7073 100644 --- a/mail/sylpheed/Makefile +++ b/mail/sylpheed/Makefile @@ -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 |