[93717] trunk/dports/aqua/ZopeEditManager/Portfile

jmr at macports.org jmr at macports.org
Mon May 28 20:14:25 PDT 2012


Revision: 93717
          https://trac.macports.org/changeset/93717
Author:   jmr at macports.org
Date:     2012-05-28 20:14:25 -0700 (Mon, 28 May 2012)
Log Message:
-----------
ZopeEditManager: use py-pyobjc2 rather than py-pyobjc on > 10.4

Modified Paths:
--------------
    trunk/dports/aqua/ZopeEditManager/Portfile

Modified: trunk/dports/aqua/ZopeEditManager/Portfile
===================================================================
--- trunk/dports/aqua/ZopeEditManager/Portfile	2012-05-29 02:55:57 UTC (rev 93716)
+++ trunk/dports/aqua/ZopeEditManager/Portfile	2012-05-29 03:14:25 UTC (rev 93717)
@@ -24,9 +24,14 @@
 
 # Depends on Python, Py-Objc, and Py2App for building ONLY
 depends_build	path:${python}:python24 \
-				path:${pythonlib}/site-packages/PyObjC:py-pyobjc \
+				path:${pythonlib}/site-packages/PyObjC:py-pyobjc2 \
 				path:${pythonlib}/site-packages/py2app:py24-py2app
 
+platform darwin 8 {
+	depends_build-delete path:${pythonlib}/site-packages/PyObjC:py-pyobjc2
+	depends_build-append path:${pythonlib}/site-packages/PyObjC:py-pyobjc
+}
+
 patchfiles		patch-Readme.html.diff \
 				patch-setup.py.diff
 
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20120528/f8afa04d/attachment.html>


More information about the macports-changes mailing list