Revision: 149104 https://trac.macports.org/changeset/149104 Author: ram@macports.org Date: 2016-05-30 07:28:38 -0700 (Mon, 30 May 2016) Log Message: ----------- python/py-dnspython: only specifiy deps for subport, fixes #51518 Modified Paths: -------------- trunk/dports/python/py-dnspython/Portfile Modified: trunk/dports/python/py-dnspython/Portfile =================================================================== --- trunk/dports/python/py-dnspython/Portfile 2016-05-30 13:33:11 UTC (rev 149103) +++ trunk/dports/python/py-dnspython/Portfile 2016-05-30 14:28:38 UTC (rev 149104) @@ -26,7 +26,9 @@ checksums rmd160 f762bb70ddf17c141909ef9ce9cdf5d78605ff05 \ sha256 1406421e208931a66fef38ef0106711e1da277c9f40ed935ec1ab7374c1687fc -depends_build-append port:py${python.version}-setuptools +if {${name} ne ${subport}} { + depends_build-append port:py${python.version}-setuptools +} post-destroot { if {${name} ne ${subport}} {