diff options
author | johans <johans@FreeBSD.org> | 2012-06-03 21:56:44 +0800 |
---|---|---|
committer | johans <johans@FreeBSD.org> | 2012-06-03 21:56:44 +0800 |
commit | 2c4c8c6f01cd6000acf80000c9a71b72384b1918 (patch) | |
tree | 107827180804013002a7304e5bb1d740362ca5bf /mail/anubis | |
parent | ba379cfbf1e7c767c42a8dc74d7ffd119b6e91c1 (diff) | |
download | freebsd-ports-gnome-2c4c8c6f01cd6000acf80000c9a71b72384b1918.tar.gz freebsd-ports-gnome-2c4c8c6f01cd6000acf80000c9a71b72384b1918.tar.zst freebsd-ports-gnome-2c4c8c6f01cd6000acf80000c9a71b72384b1918.zip |
Chase security/gsasl library update
Diffstat (limited to 'mail/anubis')
-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 b7c806d2b5e0..27e89e186cf1 100644 --- a/mail/anubis/Makefile +++ b/mail/anubis/Makefile @@ -7,7 +7,7 @@ PORTNAME= anubis PORTVERSION= 4.1.1 -PORTREVISION= 5 +PORTREVISION= 6 CATEGORIES= mail MASTER_SITES= ${MASTER_SITE_GNU} MASTER_SITE_SUBDIR= ${PORTNAME} @@ -106,7 +106,7 @@ _REQUIRE+= postgresql CONFIGURE_ARGS+=--without-gsasl PLIST_SUB+= GSASL="@comment " .else -LIB_DEPENDS+= gsasl.15:${PORTSDIR}/security/gsasl +LIB_DEPENDS+= gsasl.16:${PORTSDIR}/security/gsasl PLIST_SUB+= GSASL="" .endif |