From e1925f71024fbbbc6356957304ac960ac4147bc9 Mon Sep 17 00:00:00 2001 From: Eitan Adler Date: Mon, 9 Jan 2012 04:01:17 +0000 Subject: - Remove outdated version checks Reviewed by: nox --- math/yacas/Makefile | 2 -- 1 file changed, 2 deletions(-) (limited to 'math') diff --git a/math/yacas/Makefile b/math/yacas/Makefile index 1ca06b89d77e..2cf66b979553 100644 --- a/math/yacas/Makefile +++ b/math/yacas/Makefile @@ -30,11 +30,9 @@ CONFIGURE_ARGS+= --enable-html-doc --with-html-dir=${DOCSDIR} CONFIGURE_ARGS+= --disable-html-doc .endif -.if ${OSVERSION} >= 700042 .if ${ARCH} == "amd64" || ${ARCH} == "sparc64" BROKEN= Does not compile with GCC 4.2 .endif -.endif test: build @cd ${WRKSRC} && ${GMAKE} test -- cgit v1.2.3