[99794] trunk/dports/science/pymol/Portfile
cal at macports.org
cal at macports.org
Sat Nov 17 15:35:40 PST 2012
Revision: 99794
https://trac.macports.org/changeset/99794
Author: cal at macports.org
Date: 2012-11-17 15:35:39 -0800 (Sat, 17 Nov 2012)
Log Message:
-----------
pymol: add active_variants requirement, see #37029, maintainer
Modified Paths:
--------------
trunk/dports/science/pymol/Portfile
Modified: trunk/dports/science/pymol/Portfile
===================================================================
--- trunk/dports/science/pymol/Portfile 2012-11-17 21:59:42 UTC (rev 99793)
+++ trunk/dports/science/pymol/Portfile 2012-11-17 23:35:39 UTC (rev 99794)
@@ -3,6 +3,7 @@
PortSystem 1.0
PortGroup python26 1.0
+PortGroup active_variants 1.0
name pymol
version 1.5
@@ -32,6 +33,11 @@
patchfiles setup_py.diff pymol_shell.diff pmg_tk_platform.patch apbs-psize.patch
+pre-configure {
+ require_active_variants tk x11
+ require_active_variants tcl "" corefoundation
+}
+
post-patch {
reinplace "s|@PREFIX@|${prefix}|g" ${worksrcpath}/setup.py
reinplace "s|@@PYTHON_PKGDIR@@|${python.pkgd}|g" ${worksrcpath}/setup/pymol_macports
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20121117/a3a560e5/attachment.html>
More information about the macports-changes
mailing list