diff options
author | Pav Lucistnik <pav@FreeBSD.org> | 2009-01-05 21:05:49 +0000 |
---|---|---|
committer | Pav Lucistnik <pav@FreeBSD.org> | 2009-01-05 21:05:49 +0000 |
commit | f28d272707d9d301a0ddd999c7b84b81c86e9a0a (patch) | |
tree | 90d1cb3f6a475cff114d10d1718e8a277c726a87 /math/octave-devel | |
parent | 0e158d3730bbc27bae25e16aa56d838a99160593 (diff) |
- Remove conditional checks for FreeBSD 5.x and older
Notes
Notes:
svn path=/head/; revision=225300
Diffstat (limited to 'math/octave-devel')
-rw-r--r-- | math/octave-devel/Makefile | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/math/octave-devel/Makefile b/math/octave-devel/Makefile index 98ad731c9ad9..bb334dfa5264 100644 --- a/math/octave-devel/Makefile +++ b/math/octave-devel/Makefile @@ -42,11 +42,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) |