From 95e1b4adc3c217295ee0fb10edc368df8849ce34 Mon Sep 17 00:00:00 2001 From: edwin Date: Thu, 4 Oct 2007 01:53:45 +0000 Subject: Remove always-false/true conditions based on OSVERSION 500000 --- math/R/Makefile | 5 ----- 1 file changed, 5 deletions(-) (limited to 'math/R') diff --git a/math/R/Makefile b/math/R/Makefile index e81bac2c6434..0685876349c1 100644 --- a/math/R/Makefile +++ b/math/R/Makefile @@ -154,11 +154,6 @@ INFO= R-FAQ R-admin R-data R-exts R-intro R-lang CONFIGURE_ENV+= R_PAPERSIZE=letter .endif -.if ${OSVERSION} < 500000 -CONFIGURE_ARGS+= --disable-mbcs -BROKEN= does not compile -.endif - .if ${OSVERSION} < 600000 CONFIGURE_ENV+= MAKEINFO=${LOCALBASE}/bin/makeinfo BUILD_DEPENDS+= ${LOCALBASE}/bin/makeinfo:${PORTSDIR}/print/texinfo -- cgit