diff options
author | johans <johans@FreeBSD.org> | 2011-02-25 22:08:31 +0800 |
---|---|---|
committer | johans <johans@FreeBSD.org> | 2011-02-25 22:08:31 +0800 |
commit | 5686c6bba6db8594ff7587f3fd3936759fbdf841 (patch) | |
tree | 51c0f6ca50c72fff0209fcf2c89e9fabdff4e640 /mail/anubis | |
parent | 8e07332e9a2eb370fb47f4fb4f35d4e5cefbdcef (diff) | |
download | freebsd-ports-gnome-5686c6bba6db8594ff7587f3fd3936759fbdf841.tar.gz freebsd-ports-gnome-5686c6bba6db8594ff7587f3fd3936759fbdf841.tar.zst freebsd-ports-gnome-5686c6bba6db8594ff7587f3fd3936759fbdf841.zip |
Chase security/gsasl update
Diffstat (limited to 'mail/anubis')
-rw-r--r-- | mail/anubis/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/mail/anubis/Makefile b/mail/anubis/Makefile index d98a5897f887..e0ea5e741e06 100644 --- a/mail/anubis/Makefile +++ b/mail/anubis/Makefile @@ -7,6 +7,7 @@ PORTNAME= anubis PORTVERSION= 4.1.1 +PORTREVISION= 1 CATEGORIES= mail MASTER_SITES= ${MASTER_SITE_GNU} MASTER_SITE_SUBDIR= ${PORTNAME} @@ -105,7 +106,7 @@ _REQUIRE+= postgresql CONFIGURE_ARGS+=--without-gsasl PLIST_SUB+= GSASL="@comment " .else -LIB_DEPENDS+= gsasl.14:${PORTSDIR}/security/gsasl +LIB_DEPENDS+= gsasl.15:${PORTSDIR}/security/gsasl PLIST_SUB+= GSASL="" .endif |