Ticket #15518: Portfile-snort.diff

File Portfile-snort.diff, 496 bytes (added by adioso@…, 16 years ago)
  • Portfile

    old new  
    2323depends_lib      port:pcre
    2424configure.args   --mandir=${prefix}/share/man --disable-dynamicplugin
    2525
     26variant postgresql83 {
     27        depends_lib-append    port:postgresql83
     28        configure.args-append --with-postgresql=${prefix}
     29        patchfiles-append       patch-configure.postgresql83
     30}
     31
    2632variant mysql5 {
    2733        depends_lib-append    port:mysql5
    2834        configure.args-append --with-mysql=${prefix}