diff options
Diffstat (limited to 'databases/postgresql93-contrib/Makefile')
-rw-r--r-- | databases/postgresql93-contrib/Makefile | 6 |
1 files changed, 2 insertions, 4 deletions
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 |