diff options
author | Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org> | 2020-02-23 08:07:39 +0000 |
---|---|---|
committer | Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org> | 2020-02-23 08:07:39 +0000 |
commit | 526fc8bc67438a6873f5d3e3c5767404cac86852 (patch) | |
tree | 5bd4cb17b2e293931cae6eb9affb1496e137b75e /mail/anubis/Makefile | |
parent | 1d4067eaf7c3080f1b61aa129f1370daa6c6337f (diff) |
Update LIB_DEPENDS after splitting gsasl library into libgsasl
- Bump PORTREVISION for dependency change
Notes
Notes:
svn path=/head/; revision=526894
Diffstat (limited to 'mail/anubis/Makefile')
-rw-r--r-- | mail/anubis/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/mail/anubis/Makefile b/mail/anubis/Makefile index 7a5c0f05289f..e413aa5a589a 100644 --- a/mail/anubis/Makefile +++ b/mail/anubis/Makefile @@ -3,7 +3,7 @@ PORTNAME= anubis PORTVERSION= 4.2 -PORTREVISION= 9 +PORTREVISION= 10 CATEGORIES= mail MASTER_SITES= GNU @@ -61,7 +61,7 @@ GNUTLS_LIB_DEPENDS= libgnutls.so:security/gnutls \ GNUTLS_CONFIGURE_WITH= gnutls GSASL_DESC= GSASL support (required for databases) -GSASL_LIB_DEPENDS= libgsasl.so:security/gsasl +GSASL_LIB_DEPENDS= libgsasl.so:security/libgsasl GSASL_CONFIGURE_WITH= gsasl GUILE_LIB_DEPENDS= libltdl.so:devel/libltdl \ |