From 9d5889dd372cb96af44491e96b932583ac7359c7 Mon Sep 17 00:00:00 2001 From: Pav Lucistnik Date: Tue, 11 Mar 2008 23:34:09 +0000 Subject: - Fix typo (unclosed double-quote) PR: ports/120618 Submitted by: Gennady Proskurin - Change default PostgreSQL dependency from 8.1 to 8.2 PR: ports/120865 Submitted by: edwin --- databases/postgresql-contrib/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'databases/postgresql-contrib') diff --git a/databases/postgresql-contrib/Makefile b/databases/postgresql-contrib/Makefile index a5add57e1102..229c6c1e66a0 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?=81 +DEFAULT_PGSQL_VER?=82 # can't include in a slave port # so set these instead: -- cgit v1.2.3