Ticket #25196: Portfile.patch

File Portfile.patch, 451 bytes (added by shawn@…, 14 years ago)

Patch to the py26-matplotlib-basemap Portfile.

  • dports/python/py26-matplotlib-basemap/Portfile

     
    2626                    port:py26-httplib2 \
    2727                    port:py26-dap
    2828
     29# Required to find the GEOS library when MacPorts is installed
     30# in a non-standard location.
     31build.env-append        GEOS_DIR="${prefix}"
     32destroot.env-append     GEOS_DIR="${prefix}"
     33
    2934universal_variant no
    3035
    3136post-destroot {