[25376] trunk/dports/mail/fetchmail/Portfile

source_changes at macosforge.org source_changes at macosforge.org
Sun May 20 09:28:44 PDT 2007


Revision: 25376
          http://trac.macosforge.org/projects/macports/changeset/25376
Author:   pmq at macports.org
Date:     2007-05-20 09:28:44 -0700 (Sun, 20 May 2007)

Log Message:
-----------
Describe variants.

Modified Paths:
--------------
    trunk/dports/mail/fetchmail/Portfile

Modified: trunk/dports/mail/fetchmail/Portfile
===================================================================
--- trunk/dports/mail/fetchmail/Portfile	2007-05-20 16:20:59 UTC (rev 25375)
+++ trunk/dports/mail/fetchmail/Portfile	2007-05-20 16:28:44 UTC (rev 25376)
@@ -43,13 +43,13 @@
 		--with-libiconv-prefix=${prefix} \
 		--without-ssl --with-kerberos5 --with-gssapi
 
-variant ssl {
+variant ssl description "Support secure connections using OpenSSL" {
     depends_lib-append		port:openssl
     configure.args-delete	--without-ssl
     configure.args-append	--with-ssl=${prefix}
 }
 
-variant fetchmailconf {
+variant fetchmailconf description "Install a graphical configurator" {
     depends_lib-append		port:py-tkinter
 }
 

-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.macosforge.org/pipermail/macports-changes/attachments/20070520/a894274e/attachment.html


More information about the macports-changes mailing list