diff options
author | girgen <girgen@FreeBSD.org> | 2007-10-15 23:32:19 +0800 |
---|---|---|
committer | girgen <girgen@FreeBSD.org> | 2007-10-15 23:32:19 +0800 |
commit | f797cd8537dcac8a2eebf2e4e66841e9c4287200 (patch) | |
tree | a34834ca7856158a5b68a401224b9da13fa8d42f /Mk | |
parent | b7c54b9bb59952e886f2769d39f07c7ae85bc0b5 (diff) | |
download | freebsd-ports-graphics-f797cd8537dcac8a2eebf2e4e66841e9c4287200.tar.gz freebsd-ports-graphics-f797cd8537dcac8a2eebf2e4e66841e9c4287200.tar.zst freebsd-ports-graphics-f797cd8537dcac8a2eebf2e4e66841e9c4287200.zip |
Introducing the first beta of PostgreSQL 8.3
Note that this is a BETA VERSION of the PostgreSQL server.
Use it only for testing.
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 ab7397dfae4..4189a52ef8f 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) |