Changeset 98386


Ignore:
Timestamp:
Oct 4, 2012, 6:16:02 AM (12 years ago)
Author:
stromnov@…
Message:

mapnik: small adjustments

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/dports/gis/mapnik/Portfile

    r98378 r98386  
    66name                mapnik
    77version             2.1.0
    8 revision            0
     8revision            1
    99categories          gis devel
    1010license             LGPL-2.1
     
    3232
    3333distname            mapnik-v${version}
    34 worksrcdir          mapnik-v${version}
    3534
    3635use_bzip2           yes
     
    127126configure.pkg_config ${prefix}/bin/pkg-config
    128127
    129 configure.python    /usr/bin/python
     128if {[variant_isset python26]} {
     129    configure.python    ${prefix}/bin/python2.6
     130} elseif {[variant_isset python27]} {
     131    configure.python    ${prefix}/bin/python2.7
     132} else {
     133    configure.python    /usr/bin/python
     134}
     135
    130136build.cmd           ${configure.python} scons/scons.py
    131137build.pre_args
Note: See TracChangeset for help on using the changeset viewer.