summaryrefslogtreecommitdiff
path: root/databases
diff options
context:
space:
mode:
authorPalle Girgensohn <girgen@FreeBSD.org>2011-06-03 10:00:17 +0000
committerPalle Girgensohn <girgen@FreeBSD.org>2011-06-03 10:00:17 +0000
commit9e9dccb392e609824a6d2476024f16339e7afba0 (patch)
treecf377a39422f90d44516185d7d86eb76dd5bf8cb /databases
parentRemove expired and vulnerable port: (diff)
Fix bug that made portmaster fail
PR: ports/157530
Diffstat (limited to 'databases')
-rw-r--r--databases/postgresql-pltcl/Makefile4
1 files changed, 3 insertions, 1 deletions
diff --git a/databases/postgresql-pltcl/Makefile b/databases/postgresql-pltcl/Makefile
index 19bb27b4c3f7..93941f186270 100644
--- a/databases/postgresql-pltcl/Makefile
+++ b/databases/postgresql-pltcl/Makefile
@@ -15,7 +15,9 @@ COMMENT= A module for using Tcl to write SQL functions
MASTERDIR= ${.CURDIR}/../../databases/postgresql${PGSQL_VER}-server
-RUN_DEPENDS= postgres:${MASTERDIR}
+BUILD_DEPENDS= postgres:${POSTGRESQL_PORT}
+RUN_DEPENDS= postgres:${POSTGRESQL_PORT}
+POSTGRESQL_PORT?=${PORTSDIR}/databases/postgresql${PGSQL_VER}-server
DEFAULT_PGSQL_VER?=82