From c7e40da436cae122bd0f77176d65fd0e6e7076a0 Mon Sep 17 00:00:00 2001 From: Rene Ladan Date: Mon, 4 Apr 2011 18:03:25 +0000 Subject: [PATCH] Bump PostgreSQL dependency to 8.4 which is the default in bsd.databases.mk This fixes the port. --- databases/postgresql-plpython/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/databases/postgresql-plpython/Makefile b/databases/postgresql-plpython/Makefile index ebbc53e9d0cf..ffed5e3f7ab8 100644 --- a/databases/postgresql-plpython/Makefile +++ b/databases/postgresql-plpython/Makefile @@ -17,7 +17,7 @@ RUN_DEPENDS= postgres:${PORTSDIR}/${POSTGRESQL_PORT} MASTERDIR= ${.CURDIR}/../postgresql${PGSQL_VER}-server -DEFAULT_PGSQL_VER?=74 +DEFAULT_PGSQL_VER?=84 # can't include in a slave port # so set these instead: