svn commit: r312045 - head/mail/mpop
Baptiste Daroussin
bapt at FreeBSD.org
Mon Feb 11 06:59:07 UTC 2013
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 at 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 at FreeBSD.org>
-#
+# Created by: Sylvio Cesar <sylvio at 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
More information about the svn-ports-head
mailing list