[101901] trunk/dports/editors/MacVim/Portfile

raimue at macports.org raimue at macports.org
Mon Jan 21 06:39:51 PST 2013


Revision: 101901
          https://trac.macports.org/changeset/101901
Author:   raimue at macports.org
Date:     2013-01-21 06:39:51 -0800 (Mon, 21 Jan 2013)
Log Message:
-----------
editors/MacVim:
Adding license_noconflict for python27, which is only used for evaluation of
build scripts during compilation

Modified Paths:
--------------
    trunk/dports/editors/MacVim/Portfile

Modified: trunk/dports/editors/MacVim/Portfile
===================================================================
--- trunk/dports/editors/MacVim/Portfile	2013-01-21 14:22:30 UTC (rev 101900)
+++ trunk/dports/editors/MacVim/Portfile	2013-01-21 14:39:51 UTC (rev 101901)
@@ -33,6 +33,11 @@
                     port:libiconv \
                     port:ctags
 
+if ![variant_isset python27] {
+    # python is only used for build scripts, no linking
+    license_noconflict  python27
+}
+
 patchfiles          patch-src-MacVim-icons-python.diff \
                     patch-reverse-7.3.245.diff \
                     patch-MacVim-GCC-VERSION.diff
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20130121/4c0405a1/attachment.html>


More information about the macports-changes mailing list