aboutsummaryrefslogtreecommitdiffstats
path: root/lang/erlang14
diff options
context:
space:
mode:
authorpav <pav@FreeBSD.org>2009-01-06 04:36:33 +0800
committerpav <pav@FreeBSD.org>2009-01-06 04:36:33 +0800
commit460836ff23b6dcedf0492f75495022dc42f6eb99 (patch)
tree5c97de462ec70569d72e34d640782d1b9348d6de /lang/erlang14
parentfbbcbe4a59e1074c58bbdabf056cd9c13db27392 (diff)
downloadfreebsd-ports-gnome-460836ff23b6dcedf0492f75495022dc42f6eb99.tar.gz
freebsd-ports-gnome-460836ff23b6dcedf0492f75495022dc42f6eb99.tar.zst
freebsd-ports-gnome-460836ff23b6dcedf0492f75495022dc42f6eb99.zip
- Remove conditional checks for FreeBSD 5.x and older
Diffstat (limited to 'lang/erlang14')
-rw-r--r--lang/erlang14/Makefile8
1 files changed, 0 insertions, 8 deletions
diff --git a/lang/erlang14/Makefile b/lang/erlang14/Makefile
index dfe70d1a7bd7..ddcd3170385d 100644
--- a/lang/erlang14/Makefile
+++ b/lang/erlang14/Makefile
@@ -60,14 +60,6 @@ REINPLACE_ARGS= -i
.include <bsd.port.pre.mk>
-.if defined(WITHOUT_JAVA) && ${ARCH} == "amd64" && ${OSVERSION} < 600000
-BROKEN= does not compile
-.endif
-
-.if ${OSVERSION} < 502102
-WITHOUT_ODBC= yes
-.endif
-
.if !defined(WITHOUT_ODBC)
DRIVER_MANAGER?= iodbc
.if ${DRIVER_MANAGER} == "unixodbc"