aboutsummaryrefslogtreecommitdiffstats
path: root/databases
diff options
context:
space:
mode:
authorfjoe <fjoe@FreeBSD.org>2008-03-10 13:49:23 +0800
committerfjoe <fjoe@FreeBSD.org>2008-03-10 13:49:23 +0800
commitfe1059f80436825fc87fbd848c0e69c30c7e9ea4 (patch)
tree8b834fc0fda15adc1cf7042cb5d99e5f535126bd /databases
parent3105b3f6a015b623c29432ee5f07c30565c0574f (diff)
downloadfreebsd-ports-gnome-fe1059f80436825fc87fbd848c0e69c30c7e9ea4.tar.gz
freebsd-ports-gnome-fe1059f80436825fc87fbd848c0e69c30c7e9ea4.tar.zst
freebsd-ports-gnome-fe1059f80436825fc87fbd848c0e69c30c7e9ea4.zip
Fix ${OSVERSION} condition.
Pointed out by: Gergely CZUCZY
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