Fix optionsng conversion
Reported by: Thomas Mueller <mueller6724@bellsouth.net>
This commit is contained in:
parent
d87188b338
commit
5c7a7da507
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=312045
1 changed files with 2 additions and 8 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue