aboutsummaryrefslogtreecommitdiff
path: root/french
diff options
context:
space:
mode:
authorMark Linimon <linimon@FreeBSD.org>2006-09-24 07:54:12 +0000
committerMark Linimon <linimon@FreeBSD.org>2006-09-24 07:54:12 +0000
commit4635b803a12ae3d0fbc5dc8cf4f66e843c28ec76 (patch)
treec6956895ac7c23903fd116e5214e6a2844e7bf8d /french
parent4964f5c882470a216576beed9706bfc08865d1bd (diff)
downloadports-4635b803a12ae3d0fbc5dc8cf4f66e843c28ec76.tar.gz
ports-4635b803a12ae3d0fbc5dc8cf4f66e843c28ec76.zip
Notes
Diffstat (limited to 'french')
-rw-r--r--french/aster/Makefile9
1 files changed, 6 insertions, 3 deletions
diff --git a/french/aster/Makefile b/french/aster/Makefile
index 0af98cb597b3..510ab77d46c5 100644
--- a/french/aster/Makefile
+++ b/french/aster/Makefile
@@ -71,9 +71,9 @@ FLAGARCH= TRU64 # 64 bits
.endif
.if ${OSVERSION} < 500000
-BROKEN= Does not compile on FreeBSD-4.x, and cannot be patched easily.
-.elif ${OSVERSION} < 600000
-BROKEN= Does not install on FreeBSD 5.x
+IGNORE= Does not compile on FreeBSD-4.x, and cannot be patched easily.
+.else
+BROKEN= Does not install
.endif
.if ${ARCH} == "amd64"
BROKEN= Seg. fault on ${ARCH} during compilation of elements.
@@ -83,6 +83,9 @@ BROKEN= Seg. fault on ${ARCH} during compilation of elements.
BROKEN= Does not build on sparc64
.endif
+DEPRECATED= Does not install
+EXPIRATION_DATE= 2006-11-24
+
.if exists(${LOCALBASE}/lib/libatlas_r.so) && !defined(WITH_BLAS)
WITH_ATLAS= yes
.endif