aboutsummaryrefslogtreecommitdiff
path: root/databases
diff options
context:
space:
mode:
authorEdwin Groothuis <edwin@FreeBSD.org>2007-07-22 01:39:34 +0000
committerEdwin Groothuis <edwin@FreeBSD.org>2007-07-22 01:39:34 +0000
commitd9df0c1677246ba35ef1258c496eb2fa4c0198e9 (patch)
tree55b3e19d809c4c2bd6baa2d3371ad9c7e2bc7887 /databases
parent4bdb5022dba22dc03f8206d3664a08c74c7be72b (diff)
downloadports-d9df0c1677246ba35ef1258c496eb2fa4c0198e9.tar.gz
ports-d9df0c1677246ba35ef1258c496eb2fa4c0198e9.zip
Set DEFAULT_PGSQL_VER to 81 after the change in Mk/bsd.database.mk.
Approved by: pav
Notes
Notes: svn path=/head/; revision=196033
Diffstat (limited to 'databases')
-rw-r--r--databases/postgresql-contrib/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/databases/postgresql-contrib/Makefile b/databases/postgresql-contrib/Makefile
index 59047eb3c512..5332c8ddaf14 100644
--- a/databases/postgresql-contrib/Makefile
+++ b/databases/postgresql-contrib/Makefile
@@ -16,7 +16,7 @@ COMMENT= The contrib utilities from the PostgreSQL distribution
USE_PGSQL= yes
MASTERDIR= ${.CURDIR}/../postgresql${PGSQL_VER}-server
-DEFAULT_PGSQL_VER?=74
+DEFAULT_PGSQL_VER?=81
# can't include <bsd.port.pre.mk> in a slave port
# so set these instead: