diff options
author | pav <pav@FreeBSD.org> | 2009-01-06 05:05:49 +0800 |
---|---|---|
committer | pav <pav@FreeBSD.org> | 2009-01-06 05:05:49 +0800 |
commit | fb4c1b2e93bf0f4106c6b1895f7dd96af9db0bcb (patch) | |
tree | 1f6b633bd7844aa504f407e530e6892e38d0b9c5 /math/octave | |
parent | 54aa386a510858774daf943c9ab8069883f977c7 (diff) | |
download | freebsd-ports-gnome-fb4c1b2e93bf0f4106c6b1895f7dd96af9db0bcb.tar.gz freebsd-ports-gnome-fb4c1b2e93bf0f4106c6b1895f7dd96af9db0bcb.tar.zst freebsd-ports-gnome-fb4c1b2e93bf0f4106c6b1895f7dd96af9db0bcb.zip |
- Remove conditional checks for FreeBSD 5.x and older
Diffstat (limited to 'math/octave')
-rw-r--r-- | math/octave/Makefile | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/math/octave/Makefile b/math/octave/Makefile index ff875975c3db..f5edb7725ff8 100644 --- a/math/octave/Makefile +++ b/math/octave/Makefile @@ -39,11 +39,6 @@ MAN1= octave.1 octave-bug.1 mkoctfile.1 octave-config.1 .include <bsd.port.pre.mk> -.if ${OSVERSION} < 600000 -BUILD_DEPENDS+= info:${PORTSDIR}/print/texinfo -BROKEN= Fails to install -.endif - USE_BLAS?= reference .if exists(${LOCALBASE}/lib/libgoto.so) |