diff options
author | Koop Mast <kwm@FreeBSD.org> | 2013-09-06 11:43:34 +0000 |
---|---|---|
committer | Koop Mast <kwm@FreeBSD.org> | 2013-09-06 11:43:34 +0000 |
commit | 60dbc060c34744dd55726fe83163eee3d49b4efe (patch) | |
tree | aea8d9a008436b668ba637fae59cc3f8668cebc9 /databases/Makefile | |
parent | 7024f1a4c3e8c2145c8acfc061b74d8dc6513c6f (diff) |
Repo copy libgda4 ports to libgda5 and libgdamm to libgdamm5.
Update libgda5 to 5.0.3 and libgdamm5 to 4.99.6.
Libgda 5 is the new version of libgda data abstraction library.
Obtained from: gnome dev repo.
Notes
Notes:
svn path=/head/; revision=326490
Diffstat (limited to 'databases/Makefile')
-rw-r--r-- | databases/Makefile | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/databases/Makefile b/databases/Makefile index 62da1de95cc3..45d2c4b89a35 100644 --- a/databases/Makefile +++ b/databases/Makefile @@ -159,7 +159,16 @@ SUBDIR += libgda4-mysql SUBDIR += libgda4-postgresql SUBDIR += libgda4-reference + SUBDIR += libgda5 + SUBDIR += libgda5-bdb + SUBDIR += libgda5-jdbc + SUBDIR += libgda5-ldap + SUBDIR += libgda5-mdb + SUBDIR += libgda5-mysql + SUBDIR += libgda5-postgresql + SUBDIR += libgda5-ui SUBDIR += libgdamm + SUBDIR += libgdamm5 SUBDIR += libgnomedb SUBDIR += libgnomedb-reference SUBDIR += libhsclient |