summaryrefslogtreecommitdiff
path: root/databases/postgresql-docs/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'databases/postgresql-docs/Makefile')
-rw-r--r--databases/postgresql-docs/Makefile4
1 files changed, 4 insertions, 0 deletions
diff --git a/databases/postgresql-docs/Makefile b/databases/postgresql-docs/Makefile
index 38d0fc305c39..290fe4f13f4f 100644
--- a/databases/postgresql-docs/Makefile
+++ b/databases/postgresql-docs/Makefile
@@ -30,6 +30,10 @@ PGSQL_VER!= ${LOCALBASE}/bin/pg_config --version | ${SED} -n 's/PostgreSQL[^0-9]
PGSQL_VER= ${DEFAULT_PGSQL_VER}
.endif
+.if (${PGSQL_VER} == 90)
+BROKEN= "not implemented yet"
+.endif
+
NO_BUILD= YES
SLAVE_ONLY= YES
PATCHDIR= mustnotexist