Ticket #14418: postgresql83-Portfile.patch

File postgresql83-Portfile.patch, 1.1 KB (added by giorgio_v@…, 16 years ago)

Updated path for version 8.3.4

  • ports/databases/postgresql83/Portfile

    old new  
    1 # $Id: Portfile 40203 2008-09-25 09:22:48Z mww@macports.org $
     1# $Id $
    22
    33PortSystem 1.0
    44
    55name                    postgresql83
    66version                 8.3.4
     7revision                1
    78categories              databases
    89platforms               darwin
    910maintainers             mww jwa
     
    4950                                --enable-thread-safety \
    5051                                --enable-integer-datetimes \
    5152                                --with-ossp-uuid
     53
    5254configure.cppflags-append       -I${prefix}/include/ossp
    5355
    5456build.type              gnu
     
    9193}
    9294
    9395variant perl description {add Perl support} {
    94         depends_lib-append                      bin:perl:perl5.8
     96        depends_lib-append                      port:perl5.8
    9597        configure.args-append           --with-perl
     98        configure.env-append    PERL=${prefix}/bin/perl
     99}
     100
     101variant tcl description {add Tcl support} {
     102        depends_lib-append              port:tcl
     103        configure.args-append           --with-tcl \
     104                                        --with-tclconfig=${prefix}/lib
     105        configure.env-append    TCLSH=${prefix}/bin/tclsh
    96106}
    97107
    98108post-install {