diff options
author | lawrance <lawrance@FreeBSD.org> | 2005-12-15 06:53:20 +0800 |
---|---|---|
committer | lawrance <lawrance@FreeBSD.org> | 2005-12-15 06:53:20 +0800 |
commit | b2915760ae61145e4bab1d86b99b68004641ff85 (patch) | |
tree | a9d8e2be3da912e32a597dd399877c5d27acbfac /databases | |
parent | 08927d66e6775f36621a3f52b60ac4b91f534b3a (diff) | |
download | freebsd-ports-gnome-b2915760ae61145e4bab1d86b99b68004641ff85.tar.gz freebsd-ports-gnome-b2915760ae61145e4bab1d86b99b68004641ff85.tar.zst freebsd-ports-gnome-b2915760ae61145e4bab1d86b99b68004641ff85.zip |
Unbreak INDEX - define DEFAULT_PGSQL_VER, since it is needed before
bsd.databases.mk is included.
Diffstat (limited to 'databases')
-rw-r--r-- | databases/postgis/Makefile | 2 |
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 | \ |