[MacPorts] #14499: libgda should depend on postgresql82 at least instead of postgresql80
#14499: libgda should depend on postgresql82 at least instead of postgresql80 ------------------------------+--------------------------------------------- Reporter: jwa@macports.org | Owner: landonf@macports.org Type: defect | Status: new Priority: Normal | Milestone: Component: ports | Version: 1.6.0 Keywords: | ------------------------------+--------------------------------------------- here is the diff: {{{ Index: Portfile =================================================================== --- Portfile (revision 34523) +++ Portfile (working copy) @@ -46,7 +46,7 @@ } variant postgresql8 { - depends_lib-append port:postgresql80 + depends_lib-append port:postgresql82 configure.args-append --with-postgres=yes } }}} Include defs are correct, btw. Then we have 8.3 already, maybe a new variant? -- Ticket URL: <http://trac.macosforge.org/projects/macports/ticket/14499> MacPorts </projects/macports> Ports system for Mac OS
participants (1)
-
MacPorts