From 460836ff23b6dcedf0492f75495022dc42f6eb99 Mon Sep 17 00:00:00 2001 From: pav Date: Mon, 5 Jan 2009 20:36:33 +0000 Subject: - Remove conditional checks for FreeBSD 5.x and older --- lang/erlang14/Makefile | 8 -------- 1 file changed, 8 deletions(-) (limited to 'lang/erlang14') 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 -.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" -- cgit