diff options
author | girgen <girgen@FreeBSD.org> | 2011-06-03 18:00:17 +0800 |
---|---|---|
committer | girgen <girgen@FreeBSD.org> | 2011-06-03 18:00:17 +0800 |
commit | ab612fbedfe9396cc65804181a407749b8118a74 (patch) | |
tree | be5a21c8e9bab33f36df6b823b58b23ba4df907e | |
parent | 5645753fbf02bcca06cc699bb0de309d2440ad49 (diff) | |
download | freebsd-ports-gnome-ab612fbedfe9396cc65804181a407749b8118a74.tar.gz freebsd-ports-gnome-ab612fbedfe9396cc65804181a407749b8118a74.tar.zst freebsd-ports-gnome-ab612fbedfe9396cc65804181a407749b8118a74.zip |
Fix bug that made portmaster fail
PR: ports/157530
-rw-r--r-- | databases/postgresql-pltcl/Makefile | 4 |
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 |