diff options
author | Baptiste Daroussin <bapt@FreeBSD.org> | 2013-02-11 06:59:06 +0000 |
---|---|---|
committer | Baptiste Daroussin <bapt@FreeBSD.org> | 2013-02-11 06:59:06 +0000 |
commit | 5c7a7da50741d285cb52877b379ea19df40cfe7d (patch) | |
tree | e031f3c6381b8f63b4c82878f7521f34df9de85b /mail | |
parent | d87188b3385263f530eb2f7729f81ebbc20dac8d (diff) | |
download | ports-5c7a7da50741d285cb52877b379ea19df40cfe7d.tar.gz ports-5c7a7da50741d285cb52877b379ea19df40cfe7d.zip |
Notes
Diffstat (limited to 'mail')
-rw-r--r-- | mail/mpop/Makefile | 10 |
1 files changed, 2 insertions, 8 deletions
diff --git a/mail/mpop/Makefile b/mail/mpop/Makefile index e0ea37cc519d..6a39bf491a86 100644 --- a/mail/mpop/Makefile +++ b/mail/mpop/Makefile @@ -1,9 +1,5 @@ -# New ports collection makefile for: mpop -# Date created: 2009-10-24 -# Whom: Sylvio Cesar <sylvio@FreeBSD.org> -# +# Created by: Sylvio Cesar <sylvio@FreeBSD.org> # $FreeBSD$ -# PORTNAME= mpop PORTVERSION= 1.0.27 @@ -16,12 +12,10 @@ COMMENT= MPOP is a small and fast POP3 client LIB_DEPENDS= idn.17:${PORTSDIR}/dns/libidn -OPTIONS_DEFINE= GNUTLS GSASL +OPTIONS_DEFINE= GNUTLS GSASL NLS GNUTLS_DESC= GNUTLS Enable gnuTLS support GSASL_DESC= GSASL GNU SASL authentication support -OPTIONS_DEFINE= NLS - USE_BZIP2= yes GNU_CONFIGURE= yes CONFIGURE_ARGS+= --with-libidn |