From eb2d3cc81a65eff1ec14476b4a20be97c1187777 Mon Sep 17 00:00:00 2001
From: crees <crees@FreeBSD.org>
Date: Tue, 26 Aug 2014 10:17:30 +0000
Subject: Fixup any version changes I missed yesterday.

Shown logs by:	antoine
---
 databases/postgresql93-contrib/Makefile | 6 ++----
 1 file changed, 2 insertions(+), 4 deletions(-)

(limited to 'databases/postgresql93-contrib')

diff --git a/databases/postgresql93-contrib/Makefile b/databases/postgresql93-contrib/Makefile
index 825c5fc224c3..acb54a20b531 100644
--- a/databases/postgresql93-contrib/Makefile
+++ b/databases/postgresql93-contrib/Makefile
@@ -12,11 +12,9 @@ COMMENT=	The contrib utilities from the PostgreSQL distribution
 LIB_DEPENDS=	libxslt.so:${PORTSDIR}/textproc/libxslt \
 		libxml2.so:${PORTSDIR}/textproc/libxml2
 
-USE_PGSQL=	yes
-DEFAULT_PGSQL_VER=93
-MASTERDIR=	${.CURDIR}/../postgresql${DEFAULT_PGSQL_VER}-server
+MASTERDIR=	${.CURDIR}/../postgresql93-server
 
-USES=		bison
+USES=		bison pgsql:9.3
 
 BUILD_DIRS=	src/port src/common contrib
 INSTALL_DIRS=	contrib
-- 
cgit