aboutsummaryrefslogtreecommitdiffstats
path: root/mail/mpop
diff options
context:
space:
mode:
authorjohans <johans@FreeBSD.org>2012-06-03 21:56:44 +0800
committerjohans <johans@FreeBSD.org>2012-06-03 21:56:44 +0800
commit2c4c8c6f01cd6000acf80000c9a71b72384b1918 (patch)
tree107827180804013002a7304e5bb1d740362ca5bf /mail/mpop
parentba379cfbf1e7c767c42a8dc74d7ffd119b6e91c1 (diff)
downloadfreebsd-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/mpop')
-rw-r--r--mail/mpop/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/mail/mpop/Makefile b/mail/mpop/Makefile
index 3ca530aea78b..5930c9eb2172 100644
--- a/mail/mpop/Makefile
+++ b/mail/mpop/Makefile
@@ -7,7 +7,7 @@
PORTNAME= mpop
PORTVERSION= 1.0.23
-PORTREVISION= 3
+PORTREVISION= 4
CATEGORIES= mail
MASTER_SITES= SF
@@ -37,7 +37,7 @@ CONFIGURE_ARGS+= --with-ssl=openssl
.endif
.if defined(WITH_GSASL)
-LIB_DEPENDS+= gsasl.15:${PORTSDIR}/security/gsasl
+LIB_DEPENDS+= gsasl.16:${PORTSDIR}/security/gsasl
.else
CONFIGURE_ARGS+= --without-libgsasl-prefix
.endif