diff options
author | Wen Heping <wen@FreeBSD.org> | 2011-03-14 08:40:06 +0000 |
---|---|---|
committer | Wen Heping <wen@FreeBSD.org> | 2011-03-14 08:40:06 +0000 |
commit | 43721c23d5bd1f196f82f04c0f163cd9d3b8fc51 (patch) | |
tree | a70c143dac5d79ed2e6807975eb06d22bfeea2ff /mail/mpop/Makefile | |
parent | a2c526c1caa2a96cafc92e195d1b92ccfc07e654 (diff) |
Notes
Diffstat (limited to 'mail/mpop/Makefile')
-rw-r--r-- | mail/mpop/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/mail/mpop/Makefile b/mail/mpop/Makefile index c6044374b1bd..b35bec1d42b9 100644 --- a/mail/mpop/Makefile +++ b/mail/mpop/Makefile @@ -7,14 +7,14 @@ PORTNAME= mpop PORTVERSION= 1.0.23 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= mail MASTER_SITES= SF MAINTAINER= sylvio@FreeBSD.org COMMENT= MPOP is a small and fast POP3 client -LIB_DEPENDS= idn.16:${PORTSDIR}/dns/libidn +LIB_DEPENDS= idn.17:${PORTSDIR}/dns/libidn OPTIONS= GNUTLS "Enable gnuTLS support" on \ GSASL "GNU SASL authentication support" on |