Opened 17 years ago
Closed 16 years ago
#14499 closed defect (fixed)
libgda should depend on postgresql82 at least instead of postgresql80
Reported by: | jyrkiwahlstedt | Owned by: | landonf (Landon Fuller) |
---|---|---|---|
Priority: | Normal | Milestone: | |
Component: | ports | Version: | 1.6.0 |
Keywords: | Cc: | ||
Port: |
Description
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?
Change History (1)
comment:1 Changed 16 years ago by jyrkiwahlstedt
Resolution: | → fixed |
---|---|
Status: | new → closed |
Note: See
TracTickets for help on using
tickets.
seems to be the case now...