aboutsummaryrefslogtreecommitdiffstats
path: root/math/R
diff options
context:
space:
mode:
authoredwin <edwin@FreeBSD.org>2007-10-04 09:53:45 +0800
committeredwin <edwin@FreeBSD.org>2007-10-04 09:53:45 +0800
commit95e1b4adc3c217295ee0fb10edc368df8849ce34 (patch)
tree6212c15a36a0bd64fc1b3b0aa4e89010d9b60a69 /math/R
parentec40c1b18590a321d5dbd5ebbd73bea024902e87 (diff)
downloadfreebsd-ports-gnome-95e1b4adc3c217295ee0fb10edc368df8849ce34.tar.gz
freebsd-ports-gnome-95e1b4adc3c217295ee0fb10edc368df8849ce34.tar.zst
freebsd-ports-gnome-95e1b4adc3c217295ee0fb10edc368df8849ce34.zip
Remove always-false/true conditions based on OSVERSION 500000
Diffstat (limited to 'math/R')
-rw-r--r--math/R/Makefile5
1 files changed, 0 insertions, 5 deletions
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