summaryrefslogtreecommitdiff
path: root/databases/tora
diff options
context:
space:
mode:
authorEdwin Groothuis <edwin@FreeBSD.org>2007-10-04 00:24:54 +0000
committerEdwin Groothuis <edwin@FreeBSD.org>2007-10-04 00:24:54 +0000
commite74f1f2ba2a728af887a83b377b13746054b76e5 (patch)
tree9e8d0df9fa6e67d5a64401e5b706db886bfc98aa /databases/tora
parentRemove always-false/true conditions based on OSVERSION 500000 (diff)
Remove always-false/true conditions based on OSVERSION 500000
Notes
Notes: svn path=/head/; revision=200769
Diffstat (limited to 'databases/tora')
-rw-r--r--databases/tora/Makefile5
1 files changed, 0 insertions, 5 deletions
diff --git a/databases/tora/Makefile b/databases/tora/Makefile
index 88ea200c19fe..f98097705996 100644
--- a/databases/tora/Makefile
+++ b/databases/tora/Makefile
@@ -52,11 +52,6 @@ PREFIX2FIX= help/preferences.html totool.cpp
.include <bsd.port.pre.mk>
-.if ${OSVERSION} < 500000
-# Just defining time_t as long in topiechart.h could be sufficient?
-BROKEN= does not compile with gcc 2.95
-.endif
-
.if ${OSVERSION} >= 700000
BROKEN= does not link with oracle8-client
.endif