[88025] trunk/dports/net/wireshark-devel/Portfile

cal at macports.org cal at macports.org
Fri Dec 16 09:41:07 PST 2011


Revision: 88025
          http://trac.macports.org/changeset/88025
Author:   cal at macports.org
Date:     2011-12-16 09:41:07 -0800 (Fri, 16 Dec 2011)
Log Message:
-----------
wireshark-devel: Set configure.python rather than env-append PYTHON
(see mail from ryandesign at macports.org on Tue, 13 Dec 2011 22:25:00 -0600)

Modified Paths:
--------------
    trunk/dports/net/wireshark-devel/Portfile

Modified: trunk/dports/net/wireshark-devel/Portfile
===================================================================
--- trunk/dports/net/wireshark-devel/Portfile	2011-12-16 17:37:01 UTC (rev 88024)
+++ trunk/dports/net/wireshark-devel/Portfile	2011-12-16 17:41:07 UTC (rev 88025)
@@ -114,17 +114,17 @@
 }
 
 variant python25 description {use python25 for the experimental python interface} conflicts python26 python27 {
-        configure.env-append    PYTHON=${prefix}/bin/python2.5
+        configure.python        ${prefix}/bin/python2.5
         depends_lib-append      port:python25
 }
 
 variant python26 description {use python26 for the experimental python interface} conflicts python25 python27 {
-        configure.env-append    PYTHON=${prefix}/bin/python2.6
-	depends_lib-append      port:python26
+        configure.python        ${prefix}/bin/python2.6
+        depends_lib-append      port:python26
 }
 
 variant python27 description {use python27 for the experimental python interface} conflicts python25 python26 {
-        configure.env-append    PYTHON=${prefix}/bin/python2.7
+        configure.python        ${prefix}/bin/python2.7
         depends_lib-append      port:python27
 }
 
@@ -147,7 +147,7 @@
 pre-destroot {
         if {[variant_isset python25] || [variant_isset python26] || [variant_isset python27]} {
                  reinplace "s|libwireshark.dylib|${prefix}/lib/libwireshark.dylib|g" ${worksrcpath}/epan/wspython/wspy_libws.py
-        } 	
+        }
 }
 
 post-destroot {
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20111216/ffa6e94b/attachment.html>


More information about the macports-changes mailing list