[61791] trunk/dports/www/drush/Portfile

ryandesign at macports.org ryandesign at macports.org
Mon Dec 21 09:31:06 PST 2009


Revision: 61791
          http://trac.macports.org/changeset/61791
Author:   ryandesign at macports.org
Date:     2009-12-21 09:31:06 -0800 (Mon, 21 Dec 2009)
Log Message:
-----------
drush: drupal5 and drupal6 variants conflict

Modified Paths:
--------------
    trunk/dports/www/drush/Portfile

Modified: trunk/dports/www/drush/Portfile
===================================================================
--- trunk/dports/www/drush/Portfile	2009-12-21 16:55:29 UTC (rev 61790)
+++ trunk/dports/www/drush/Portfile	2009-12-21 17:31:06 UTC (rev 61791)
@@ -22,11 +22,11 @@
                     rmd160  5d78cd177ae53d4844ca8f6cdb427ec286393881
 depends_lib         port:php52
 
-variant drupal5 description "use with Drupal 5 port" {
+variant drupal5 conflicts drupal6 description "use with Drupal 5 port" {
   depends_lib-append      port:drupal5
 }
 
-variant drupal6 description "use with Drupal 6 port" {
+variant drupal6 conflicts drupal5 description "use with Drupal 6 port" {
   depends_lib-append      port:drupal6
 }
 
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20091221/0ec024ce/attachment-0001.html>


More information about the macports-changes mailing list