diff options
author | Pav Lucistnik <pav@FreeBSD.org> | 2009-01-05 20:36:33 +0000 |
---|---|---|
committer | Pav Lucistnik <pav@FreeBSD.org> | 2009-01-05 20:36:33 +0000 |
commit | 41d8c3385c21ae51629c8997035eae8a9423ff6c (patch) | |
tree | 246d960cb714ce0095c452017819f6b1c64a7dfb /lang/erlang14 | |
parent | 5e3b0872db18497aacc353b3ef94ad8dac11183f (diff) | |
download | ports-41d8c3385c21ae51629c8997035eae8a9423ff6c.tar.gz ports-41d8c3385c21ae51629c8997035eae8a9423ff6c.zip |
Notes
Diffstat (limited to 'lang/erlang14')
-rw-r--r-- | lang/erlang14/Makefile | 8 |
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" |