[82928] trunk/dports/python/py-mygpoclient/Portfile

jmr at macports.org jmr at macports.org
Sun Aug 21 19:58:01 PDT 2011


Revision: 82928
          http://trac.macports.org/changeset/82928
Author:   jmr at macports.org
Date:     2011-08-21 19:58:01 -0700 (Sun, 21 Aug 2011)
Log Message:
-----------
py-mygpoclient: don't add deps in stub

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

Modified: trunk/dports/python/py-mygpoclient/Portfile
===================================================================
--- trunk/dports/python/py-mygpoclient/Portfile	2011-08-22 02:56:09 UTC (rev 82927)
+++ trunk/dports/python/py-mygpoclient/Portfile	2011-08-22 02:58:01 UTC (rev 82928)
@@ -27,7 +27,9 @@
                     sha1    e62c752022bbf9fbd3b6c01df85cd076cbc532bf \
                     rmd160  dff7d522e0ac40445c5633c7860ca1c9c21da660
 
-depends_lib         port:py${python.version}-simplejson
+if {$subport != $name} {
+    depends_lib     port:py${python.version}-simplejson
+}
 
 livecheck.type      regex
 livecheck.url       ${homepage}
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20110821/997a74d0/attachment.html>


More information about the macports-changes mailing list