diff options
author | gerald <gerald@FreeBSD.org> | 2009-02-22 09:31:20 +0800 |
---|---|---|
committer | gerald <gerald@FreeBSD.org> | 2009-02-22 09:31:20 +0800 |
commit | 17738dbac8148f8d87d4236c116465040b441de2 (patch) | |
tree | 111a4c57f87378ad2cf6a6dc49eb23a496cfaf00 | |
parent | 0e63a7304c0cfbfcf29b955abcd97597b55358de (diff) | |
download | freebsd-ports-gnome-17738dbac8148f8d87d4236c116465040b441de2.tar.gz freebsd-ports-gnome-17738dbac8148f8d87d4236c116465040b441de2.tar.zst freebsd-ports-gnome-17738dbac8148f8d87d4236c116465040b441de2.zip |
Mark unconditionally BROKEN, EXPIRATION_DATE=2009-03-22.
Suggested by: pav
-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} |