summaryrefslogtreecommitdiff
path: root/databases/postgis
diff options
context:
space:
mode:
Diffstat (limited to 'databases/postgis')
-rw-r--r--databases/postgis/Makefile2
1 files changed, 2 insertions, 0 deletions
diff --git a/databases/postgis/Makefile b/databases/postgis/Makefile
index 99b8f85ca76f..8dbc3b69a0ac 100644
--- a/databases/postgis/Makefile
+++ b/databases/postgis/Makefile
@@ -38,6 +38,8 @@ MAKE_ARGS= PGSQL_SRC="${PGSQL_SRC}" \
.include <bsd.port.pre.mk>
+DEFAULT_PGSQL_VER?= 74
+
#Setting/finding PostgreSQL version we want.
.if exists(${LOCALBASE}/bin/postmaster)
PGSQL_VER!= ${LOCALBASE}/bin/postmaster -V | \