aboutsummaryrefslogtreecommitdiffstats
path: root/databases
diff options
context:
space:
mode:
Diffstat (limited to 'databases')
-rw-r--r--databases/pgadmin3/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/databases/pgadmin3/Makefile b/databases/pgadmin3/Makefile
index c111699cb30d..6d5b0f542c43 100644
--- a/databases/pgadmin3/Makefile
+++ b/databases/pgadmin3/Makefile
@@ -34,7 +34,7 @@ post-patch:
.include <bsd.port.pre.mk>
-.if ${OSVERSION} < 503105 || ${OSVERSION} < 600014
+.if ${OSVERSION} < 503105 || (${OSVERSION} >= 600000 && ${OSVERSION} < 600014)
IGNORE= can not be built. Your system has broken vswprintf(3) function
.endif