summaryrefslogtreecommitdiff
path: root/databases/postgresql-pltcl
diff options
context:
space:
mode:
Diffstat (limited to 'databases/postgresql-pltcl')
-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