Changeset 98550


Ignore:
Timestamp:
Oct 8, 2012, 5:04:25 PM (12 years ago)
Author:
blair@…
Message:

db44: for configure: do not need --disable-tcl to disable tcl support.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/dports/databases/db44/Portfile

    r98549 r98550  
    5858configure.args  --enable-cxx --enable-compat185 --enable-dump185 \
    5959                --includedir=\\\${prefix}/include/db${branch} \
    60                 --libdir=\\\${prefix}/lib/db${branch} \
    61                 --disable-tcl
     60                --libdir=\\\${prefix}/lib/db${branch}
    6261
    6362destroot.destdir \
     
    7978variant tcl {
    8079    depends_lib-append      port:tcl
    81     configure.args-delete   --disable-tcl
    8280    configure.args-append   --enable-tcl --with-tcl=${prefix}/lib/
    8381}
Note: See TracChangeset for help on using the changeset viewer.