Ticket #32409: patch-port_postgresql91.diff
File patch-port_postgresql91.diff, 789 bytes (added by anddam (Andrea D'Amore), 13 years ago) |
---|
-
Portfile
1 1 # $Id$ 2 2 3 3 PortSystem 1.0 4 PortGroup select 1.0 4 5 5 6 name postgresql91 6 7 version 9.1.1 7 revision 18 revision 2 8 9 9 10 categories databases 10 11 platforms darwin … … 30 31 31 32 depends_lib port:readline port:openssl port:zlib port:libxml2 port:libxslt port:ossp-uuid 32 33 depends_build port:bison 34 depends_run port:postgresql_select 33 35 34 36 worksrcdir postgresql-${version} 35 37 … … 103 105 ${destroot}${prefix}/share/man 104 106 } 105 107 108 select.group postgresql 109 select.file ${filespath}/${name} 110 106 111 variant python description {add support for python} { 107 112 depends_lib-append port:python27 108 113 configure.args-append --with-python