diff options
author | bapt <bapt@FreeBSD.org> | 2013-02-11 14:59:06 +0800 |
---|---|---|
committer | bapt <bapt@FreeBSD.org> | 2013-02-11 14:59:06 +0800 |
commit | 89d83d50570f789ce79651b9a931828332c8c6b5 (patch) | |
tree | e031f3c6381b8f63b4c82878f7521f34df9de85b /mail/mpop | |
parent | 319f59eaa35e335606e6f9998d186dbf8bab2fca (diff) | |
download | freebsd-ports-gnome-89d83d50570f789ce79651b9a931828332c8c6b5.tar.gz freebsd-ports-gnome-89d83d50570f789ce79651b9a931828332c8c6b5.tar.zst freebsd-ports-gnome-89d83d50570f789ce79651b9a931828332c8c6b5.zip |
Fix optionsng conversion
Reported by: Thomas Mueller <mueller6724@bellsouth.net>
Diffstat (limited to 'mail/mpop')
-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 |