Ticket #14418: postgresql83-Portfile.patch
File postgresql83-Portfile.patch, 1.1 KB (added by giorgio_v@…, 16 years ago) |
---|
-
ports/databases/postgresql83/Portfile
old new 1 # $Id : Portfile 40203 2008-09-25 09:22:48Z mww@macports.org$1 # $Id $ 2 2 3 3 PortSystem 1.0 4 4 5 5 name postgresql83 6 6 version 8.3.4 7 revision 1 7 8 categories databases 8 9 platforms darwin 9 10 maintainers mww jwa … … 49 50 --enable-thread-safety \ 50 51 --enable-integer-datetimes \ 51 52 --with-ossp-uuid 53 52 54 configure.cppflags-append -I${prefix}/include/ossp 53 55 54 56 build.type gnu … … 91 93 } 92 94 93 95 variant perl description {add Perl support} { 94 depends_lib-append bin:perl:perl5.896 depends_lib-append port:perl5.8 95 97 configure.args-append --with-perl 98 configure.env-append PERL=${prefix}/bin/perl 99 } 100 101 variant 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 96 106 } 97 107 98 108 post-install {