[70381] trunk/dports/net/wget/Portfile

ryandesign at macports.org ryandesign at macports.org
Sat Aug 7 14:28:09 PDT 2010


Revision: 70381
          http://trac.macports.org/changeset/70381
Author:   ryandesign at macports.org
Date:     2010-08-07 14:28:08 -0700 (Sat, 07 Aug 2010)
Log Message:
-----------
wget: variant conflicts

Modified Paths:
--------------
    trunk/dports/net/wget/Portfile

Modified: trunk/dports/net/wget/Portfile
===================================================================
--- trunk/dports/net/wget/Portfile	2010-08-07 21:25:04 UTC (rev 70380)
+++ trunk/dports/net/wget/Portfile	2010-08-07 21:28:08 UTC (rev 70381)
@@ -55,13 +55,13 @@
     test.target             check
 }
 
-variant ssl description {Build with SSL support} {
+variant ssl conflicts no_ssl description {Build with SSL support} {
     depends_lib-append      port:openssl
     configure.args-replace  s|--without-ssl|--with-libssl-prefix=${prefix}|
 }
 
 # Remove this variant later.
-variant no_ssl description {Build without SSL support} {}
+variant no_ssl conflicts ssl description {Build without SSL support} {}
 if {[variant_isset no_ssl]} {
     default_variants        -ssl
 } else {
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20100807/76a5b06f/attachment.html>


More information about the macports-changes mailing list