[93595] trunk/dports/python/py-pyqwt/Portfile

jmr at macports.org jmr at macports.org
Sun May 27 15:11:31 PDT 2012


Revision: 93595
          https://trac.macports.org/changeset/93595
Author:   jmr at macports.org
Date:     2012-05-27 15:11:31 -0700 (Sun, 27 May 2012)
Log Message:
-----------
py-pyqwt: replace py-pyqt4 and py-numpy deps with py24 versions

Modified Paths:
--------------
    trunk/dports/python/py-pyqwt/Portfile

Modified: trunk/dports/python/py-pyqwt/Portfile
===================================================================
--- trunk/dports/python/py-pyqwt/Portfile	2012-05-27 22:07:42 UTC (rev 93594)
+++ trunk/dports/python/py-pyqwt/Portfile	2012-05-27 22:11:31 UTC (rev 93595)
@@ -17,7 +17,7 @@
                 sha1 d1b55e4a7400889e1d0831f8d6f3b692fc37aecb \
                 rmd160 e8bbf154a9e30894977494829bf379a807fdf1e9
 
-depends_lib     port:py-pyqt4
+depends_lib     port:py24-pyqt4
 
 worksrcdir      ${worksrcdir}/configure
 
@@ -27,7 +27,7 @@
 build.target
 
 variant numpy description "Use numpy as array-object" {
-        depends_lib-append port:py-numpy
+        depends_lib-append port:py24-numpy
 }
 
 variant qwt conflicts qwt52 description {Use qwt} {
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20120527/ad01af8f/attachment.html>


More information about the macports-changes mailing list