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/octave | |
parent | ec40c1b18590a321d5dbd5ebbd73bea024902e87 (diff) | |
download | freebsd-ports-graphics-95e1b4adc3c217295ee0fb10edc368df8849ce34.tar.gz freebsd-ports-graphics-95e1b4adc3c217295ee0fb10edc368df8849ce34.tar.zst freebsd-ports-graphics-95e1b4adc3c217295ee0fb10edc368df8849ce34.zip |
Remove always-false/true conditions based on OSVERSION 500000
Diffstat (limited to 'math/octave')
-rw-r--r-- | math/octave/Makefile | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/math/octave/Makefile b/math/octave/Makefile index 195478d88ba..c47bd21371d 100644 --- a/math/octave/Makefile +++ b/math/octave/Makefile @@ -48,10 +48,6 @@ SUB_LIST= OCTAVE_VERSION="${OCTAVE_VERSION}" .include <bsd.port.pre.mk> -.if ${OSVERSION} < 500000 -BROKEN= Does not compile on FreeBSD 4.x -.endif - .if exists(${LOCALBASE}/lib/libatlas_r.so) && !defined(WITH_BLAS) WITH_ATLAS= yes .endif |