aboutsummaryrefslogtreecommitdiff
path: root/lang/erlang
diff options
context:
space:
mode:
authorPav Lucistnik <pav@FreeBSD.org>2009-01-05 20:36:33 +0000
committerPav Lucistnik <pav@FreeBSD.org>2009-01-05 20:36:33 +0000
commit41d8c3385c21ae51629c8997035eae8a9423ff6c (patch)
tree246d960cb714ce0095c452017819f6b1c64a7dfb /lang/erlang
parent5e3b0872db18497aacc353b3ef94ad8dac11183f (diff)
downloadports-41d8c3385c21ae51629c8997035eae8a9423ff6c.tar.gz
ports-41d8c3385c21ae51629c8997035eae8a9423ff6c.zip
Notes
Diffstat (limited to 'lang/erlang')
-rw-r--r--lang/erlang/Makefile8
1 files changed, 0 insertions, 8 deletions
diff --git a/lang/erlang/Makefile b/lang/erlang/Makefile
index dfe70d1a7bd7..ddcd3170385d 100644
--- a/lang/erlang/Makefile
+++ b/lang/erlang/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"