summaryrefslogtreecommitdiff
path: root/databases
diff options
context:
space:
mode:
Diffstat (limited to 'databases')
-rw-r--r--databases/postgresql84-server/Makefile5
-rw-r--r--databases/postgresql90-server/Makefile5
2 files changed, 8 insertions, 2 deletions
diff --git a/databases/postgresql84-server/Makefile b/databases/postgresql84-server/Makefile
index f0ae3ded65a2..031bf88a4140 100644
--- a/databases/postgresql84-server/Makefile
+++ b/databases/postgresql84-server/Makefile
@@ -160,8 +160,11 @@ INSTALL_TARGET= install
INSTALL_TARGET= install-strip
. endif
-.if (${OSVERSION} >= 700000) && !defined(WITHOUT_GSSAPI)
+.if !defined(WITHOUT_GSSAPI)
CONFIGURE_ARGS+=--with-gssapi
+.if ${OSVERSION} >= 900000
+BROKEN= does not link on FreeBSD 9.X
+.endif
.else
CONFIGURE_ARGS+=--without-gssapi
.endif
diff --git a/databases/postgresql90-server/Makefile b/databases/postgresql90-server/Makefile
index f38e097c3fe0..fc1857d300bb 100644
--- a/databases/postgresql90-server/Makefile
+++ b/databases/postgresql90-server/Makefile
@@ -167,8 +167,11 @@ INSTALL_TARGET= install
INSTALL_TARGET= install-strip
. endif
-.if (${OSVERSION} >= 700000) && !defined(WITHOUT_GSSAPI)
+.if !defined(WITHOUT_GSSAPI)
CONFIGURE_ARGS+=--with-gssapi
+.if ${OSVERSION} >= 900000
+BROKEN= does not link on FreeBSD 9.X
+.endif
.else
CONFIGURE_ARGS+=--without-gssapi
.endif