[103115] trunk/dports/shells/fish/Portfile

larryv at macports.org larryv at macports.org
Thu Feb 14 22:50:50 PST 2013


Revision: 103115
          https://trac.macports.org/changeset/103115
Author:   larryv at macports.org
Date:     2013-02-14 22:50:50 -0800 (Thu, 14 Feb 2013)
Log Message:
-----------
fish: Mark +xsel variant as conflicting with xsel (#38061).

Modified Paths:
--------------
    trunk/dports/shells/fish/Portfile

Modified: trunk/dports/shells/fish/Portfile
===================================================================
--- trunk/dports/shells/fish/Portfile	2013-02-14 23:40:07 UTC (rev 103114)
+++ trunk/dports/shells/fish/Portfile	2013-02-15 06:50:50 UTC (rev 103115)
@@ -63,7 +63,8 @@
 }
 
 variant xsel description "enable xsel support, only appropriate for use within X11" {
-    configure.args-delete --without-xsel
+    conflicts               xsel
+    configure.args-delete   --without-xsel
 }
 
 notes "
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20130214/53b5daee/attachment.html>


More information about the macports-changes mailing list