diff options
author | Gerald Pfeifer <gerald@FreeBSD.org> | 2009-02-22 01:31:20 +0000 |
---|---|---|
committer | Gerald Pfeifer <gerald@FreeBSD.org> | 2009-02-22 01:31:20 +0000 |
commit | a8277dd6f76a9bea0b7b598dc255666e0a720473 (patch) | |
tree | 4ade3a2bd98642f271e42470068762845a91f775 /science | |
parent | be1c6501b1267cba689e444e4601b0524a297ab4 (diff) | |
download | ports-a8277dd6f76a9bea0b7b598dc255666e0a720473.tar.gz ports-a8277dd6f76a9bea0b7b598dc255666e0a720473.zip |
Mark unconditionally BROKEN, EXPIRATION_DATE=2009-03-22.
Suggested by: pav
Notes
Notes:
svn path=/head/; revision=228803
Diffstat (limited to 'science')
-rw-r--r-- | science/oof/Makefile | 7 |
1 files changed, 3 insertions, 4 deletions
diff --git a/science/oof/Makefile b/science/oof/Makefile index 8d1ea93b6fbb..0fa3f5e105a8 100644 --- a/science/oof/Makefile +++ b/science/oof/Makefile @@ -23,7 +23,7 @@ WITH_ATLAS= yes LIB_DEPENDS+= atlas.2:${PORTSDIR}/math/atlas BLAS_LIBS= -lf77blas -latlas .else -LIB_DEPENDS+= blas.2:${PORTSDIR}/math/blas +LIB_DEPENDS+= blas.2:${PORTSDIR}/math/blas BLAS_LIBS= -lblas .endif @@ -52,9 +52,8 @@ PLIST_FILES+= bin/oof2abaqus .include <bsd.port.pre.mk> -.if ${OSVERSION} >= 700042 -BROKEN= Broken with gcc 4.2 -.endif +BROKEN= Broken with GCC 4.2 and beyond +EXPIRATION_DATE=2009-03-22 .if ${ARCH}==sparc64 BROKEN= does not compile on ${ARCH} |