[113554] trunk/dports/graphics/vigra/Portfile

ryandesign at macports.org ryandesign at macports.org
Tue Nov 19 11:10:40 PST 2013


Revision: 113554
          https://trac.macports.org/changeset/113554
Author:   ryandesign at macports.org
Date:     2013-11-19 11:10:40 -0800 (Tue, 19 Nov 2013)
Log Message:
-----------
vigra: fix typo in python variant descriptions

Modified Paths:
--------------
    trunk/dports/graphics/vigra/Portfile

Modified: trunk/dports/graphics/vigra/Portfile
===================================================================
--- trunk/dports/graphics/vigra/Portfile	2013-11-19 19:09:48 UTC (rev 113553)
+++ trunk/dports/graphics/vigra/Portfile	2013-11-19 19:10:40 UTC (rev 113554)
@@ -84,7 +84,7 @@
     configure.args-append -DWITH_VALGRIND=NO
 }
 
-variant python26 conflicts python27 description "Also build vigranumpy ptyhon26 bindings" {
+variant python26 conflicts python27 description "Also build vigranumpy python26 bindings" {
     configure.args-append   -DPYTHON_EXECUTABLE=${prefix}/bin/python2.6 \
                             -DPYTHON_SPHINX=${prefix}/bin/sphinx-build-2.6
     depends_lib-append  port:boost \
@@ -94,7 +94,7 @@
     require_active_variants boost python26
 }
 
-variant python27 conflicts python26 description "Also build vigranumpy ptyhon27 bindings" {
+variant python27 conflicts python26 description "Also build vigranumpy pyyhon27 bindings" {
     configure.args-append   -DPYTHON_EXECUTABLE=${prefix}/bin/python2.7 \
                             -DPYTHON_SPHINX=${prefix}/bin/sphinx-build-2.7
     depends_lib-append  port:boost \
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20131119/cd2e29cb/attachment.html>


More information about the macports-changes mailing list