Ticket #37029: Portfile.diff

File Portfile.diff, 1.2 KB (added by howarth@…, 12 years ago)

use require_active_variants for tcl and tk

  • Portfile

    old new  
    33
    44PortSystem          1.0
    55PortGroup           python26 1.0
     6PortGroup           active_variants 1.0
    67
    78name                pymol
    89version             1.5
    9 revision            5
     10revision            6
    1011categories          science
    1112maintainers         bromo.med.uc.edu:howarth
    1213description         Molecular graphics system
     
    2122master_sites        sourceforge
    2223fetch.type          svn
    2324svn.url             https://pymol.svn.sourceforge.net/svnroot/pymol/trunk/pymol
    24 svn.revision        3996
     25svn.revision        4007
    2526worksrcdir          pymol
    2627
    2728depends_lib         port:freetype port:libpng port:python26 port:py26-pmw port:py26-numpy port:py26-scipy port:mesa port:glew port:py26-tkinter port:freeglut
     
    3233
    3334patchfiles          setup_py.diff pymol_shell.diff pmg_tk_platform.patch apbs-psize.patch
    3435
     36pre-configure {
     37        require_active_variants tk x11
     38        require_active_variants tcl "" corefoundation
     39}
     40
    3541post-patch {
    3642    reinplace  "s|@PREFIX@|${prefix}|g" ${worksrcpath}/setup.py
    3743    reinplace  "s|@@PYTHON_PKGDIR@@|${python.pkgd}|g" ${worksrcpath}/setup/pymol_macports