Changeset 37864 for trunk/dports


Ignore:
Timestamp:
Jun 26, 2008, 10:10:50 PM (16 years ago)
Author:
blair@…
Message:

Build with sasl support as the default.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/dports/devel/subversion-python24bindings/Portfile

    r37717 r37864  
    55name                    subversion-python24bindings
    66version                 1.5.0
     7revision                1
    78categories              devel python
    89platforms               darwin
     
    3031                        port:py-bsddb \
    3132                        port:gettext port:libiconv \
    32                         port:serf
     33                        port:serf port:cyrus-sasl2
    3334
    3435post-patch {
     
    4344                        --with-apr-util=${prefix} --without-apxs \
    4445                        --mandir=\\\${prefix}/share/man \
    45                         --disable-neon-version-check --with-serf=${prefix}
     46                        --disable-neon-version-check --with-serf=${prefix} \
     47                        --with-sasl=${prefix}
    4648
    4749configure.env           ac_cv_path_PYTHON=${prefix}/bin/python2.4
Note: See TracChangeset for help on using the changeset viewer.