[82678] trunk/dports/python/py-pyfftw3/Portfile

ram at macports.org ram at macports.org
Thu Aug 18 08:13:33 PDT 2011


Revision: 82678
          http://trac.macports.org/changeset/82678
Author:   ram at macports.org
Date:     2011-08-17 16:58:40 -0700 (Wed, 17 Aug 2011)
Log Message:
-----------
python/py-pyfftw3: do not add deps to stub, only to subports

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

Modified: trunk/dports/python/py-pyfftw3/Portfile
===================================================================
--- trunk/dports/python/py-pyfftw3/Portfile	2011-08-17 23:22:15 UTC (rev 82677)
+++ trunk/dports/python/py-pyfftw3/Portfile	2011-08-17 23:58:40 UTC (rev 82678)
@@ -27,9 +27,11 @@
               sha1    581f5fa3c5e2b74cafab468eeb95d6bb4d7d4628 \
               rmd160  2d85e95b5347d938e833cceda8de2eeea480cff2
 
-depends_lib-append  port:fftw-3 \
-                    port:fftw-3-single \
-                    port:fftw-3-long
+if {${name} != ${subport}} {
+  depends_lib-append  port:fftw-3 \
+                      port:fftw-3-single \
+                      port:fftw-3-long
+}
 
 patchfiles    patch-setup.py.diff
 
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20110818/b5686ca7/attachment-0001.html>


More information about the macports-changes mailing list