[82679] trunk/dports/python/py-pykerberos/Portfile

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


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

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

Modified: trunk/dports/python/py-pykerberos/Portfile
===================================================================
--- trunk/dports/python/py-pykerberos/Portfile	2011-08-17 23:58:40 UTC (rev 82678)
+++ trunk/dports/python/py-pykerberos/Portfile	2011-08-17 23:58:47 UTC (rev 82679)
@@ -31,7 +31,9 @@
                    sha1 dd3bb93f814c567d126b73a7583b74490a4c8f03 \
                    rmd160 c0ddaa6847c5653daf01c19c8bf7224b24c24609
 
-depends_lib-append port:kerberos5
+if {${name} != ${subport}} {
+  depends_lib-append port:kerberos5
+}
 
 livecheck.type     regex
 livecheck.url      ${homepage}
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20110818/3b87c91b/attachment.html>


More information about the macports-changes mailing list