diff options
author | Palle Girgensohn <girgen@FreeBSD.org> | 2007-10-15 15:32:19 +0000 |
---|---|---|
committer | Palle Girgensohn <girgen@FreeBSD.org> | 2007-10-15 15:32:19 +0000 |
commit | 104aa6c0488bea9251649a6bf593b0b855a435b6 (patch) | |
tree | 9861f762c655fd62bf8dc15ad50f4a4c20b3ebd0 /Mk | |
parent | Unihan module is not buildable with GCC 4.2. So, disable Unihan (diff) |
Introducing the first beta of PostgreSQL 8.3
Note that this is a BETA VERSION of the PostgreSQL server.
Use it only for testing.
Notes
Notes:
svn path=/head/; revision=201504
Diffstat (limited to 'Mk')
-rw-r--r-- | Mk/bsd.database.mk | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Mk/bsd.database.mk b/Mk/bsd.database.mk index ab7397dfae4c..4189a52ef8f8 100644 --- a/Mk/bsd.database.mk +++ b/Mk/bsd.database.mk @@ -153,6 +153,7 @@ PGSQL74_LIBVER= 3 PGSQL80_LIBVER= 4 PGSQL81_LIBVER= 4 PGSQL82_LIBVER= 5 +PGSQL83_LIBVER= 5 # Setting/finding PostgreSQL version we want. .if exists(${LOCALBASE}/bin/pg_config) |