Revision
148979
Author
raimue@macports.org
Date
2016-05-24 02:55:46 -0700 (Tue, 24 May 2016)

Log Message

python/py-rpy2: Add missing build dependency on setuptools

Modified Paths

Diff

Modified: trunk/dports/python/py-rpy2/Portfile (148978 => 148979)


--- trunk/dports/python/py-rpy2/Portfile	2016-05-24 09:54:34 UTC (rev 148978)
+++ trunk/dports/python/py-rpy2/Portfile	2016-05-24 09:55:46 UTC (rev 148979)
@@ -31,6 +31,7 @@
                     sha256  39e661949ddad0b3ee9c2ac0b85252c54cf8ccb4ed799f07f4d741e72cb64ba1
 
 if {${name} ne ${subport}} {
+    depends_build   port:py${python.version}-setuptools
     # To continue using your custom R installation instead of MacPorts' R,
     # you have to remove this dependency line and make sure that your R
     # is in MacPorts' binpath, see your macports.conf for details.