diff options
author | edwin <edwin@FreeBSD.org> | 2007-10-04 09:53:45 +0800 |
---|---|---|
committer | edwin <edwin@FreeBSD.org> | 2007-10-04 09:53:45 +0800 |
commit | 95e1b4adc3c217295ee0fb10edc368df8849ce34 (patch) | |
tree | 6212c15a36a0bd64fc1b3b0aa4e89010d9b60a69 /math/R | |
parent | ec40c1b18590a321d5dbd5ebbd73bea024902e87 (diff) | |
download | freebsd-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/Makefile | 5 |
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 |