Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 11 Feb 2013 06:59:06 +0000 (UTC)
From:      Baptiste Daroussin <bapt@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r312045 - head/mail/mpop
Message-ID:  <201302110659.r1B6x6vD088504@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: bapt
Date: Mon Feb 11 06:59:06 2013
New Revision: 312045
URL: http://svnweb.freebsd.org/changeset/ports/312045

Log:
  Fix optionsng conversion
  
  Reported by:	Thomas Mueller <mueller6724@bellsouth.net>

Modified:
  head/mail/mpop/Makefile

Modified: head/mail/mpop/Makefile
==============================================================================
--- head/mail/mpop/Makefile	Mon Feb 11 05:52:13 2013	(r312044)
+++ head/mail/mpop/Makefile	Mon Feb 11 06:59:06 2013	(r312045)
@@ -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 c
 
 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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201302110659.r1B6x6vD088504>