summaryrefslogtreecommitdiff
path: root/databases/postgis
diff options
context:
space:
mode:
authorSam Lawrance <lawrance@FreeBSD.org>2005-12-14 22:53:20 +0000
committerSam Lawrance <lawrance@FreeBSD.org>2005-12-14 22:53:20 +0000
commit5990e2e9417334e618350f193aead5802164c397 (patch)
treee4976be5af2c3bae3fa5ea9da8f2edf74b72ea70 /databases/postgis
parentUpgrade to 0.55, an emergency release to fix a problem with TCP (diff)
Unbreak INDEX - define DEFAULT_PGSQL_VER, since it is needed before
bsd.databases.mk is included.
Notes
Notes: svn path=/head/; revision=151203
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 | \