Changeset 99044


Ignore:
Timestamp:
Oct 25, 2012, 1:26:49 AM (12 years ago)
Author:
ryandesign@…
Message:

sphinx: fix postgresql92 variant; ensure we don't opportunistically link with unixodbc

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/dports/textproc/sphinx/Portfile

    r99043 r99044  
    66name                sphinx
    77version             2.0.6
     8revision            1
    89categories          textproc net
    910license             GPL-2
     
    3536configure.args      --datadir=${prefix}/share/doc \
    3637                    --sysconfdir=${prefix}/etc/sphinx \
    37                     --without-mysql
     38                    --without-mysql \
     39                    --without-unixodbc
    3840
    3941test.run            yes
     
    7779
    7880variant postgresql92 conflicts postgresql82 postgresql83 postgresql84 postgresql90 postgresql91 description {Enable PostgreSQL 9.2 support} {
    79     depends_lib-append      port:postgresql91
     81    depends_lib-append      port:postgresql92
    8082    configure.args-append   --with-pgsql \
    81                             --with-pgsql-includes=${prefix}/include/postgresql91 \
    82                             --with-pgsql-libs=${prefix}/lib/postgresql91
     83                            --with-pgsql-includes=${prefix}/include/postgresql92 \
     84                            --with-pgsql-libs=${prefix}/lib/postgresql92
    8385}
    8486
Note: See TracChangeset for help on using the changeset viewer.