diff options
author | linimon <linimon@FreeBSD.org> | 2006-09-24 15:54:12 +0800 |
---|---|---|
committer | linimon <linimon@FreeBSD.org> | 2006-09-24 15:54:12 +0800 |
commit | dc2641f5398ec9c9ad3b74f7672d9df2e0c64923 (patch) | |
tree | c8ca9f60d869ee3b57149f2b1d1b2ab5f0822d15 /french | |
parent | 429165a5fc51e79e6a81c0eb4c4ed0f9e0cc8f51 (diff) | |
download | freebsd-ports-gnome-dc2641f5398ec9c9ad3b74f7672d9df2e0c64923.tar.gz freebsd-ports-gnome-dc2641f5398ec9c9ad3b74f7672d9df2e0c64923.tar.zst freebsd-ports-gnome-dc2641f5398ec9c9ad3b74f7672d9df2e0c64923.zip |
Mark as BROKEN everywhere, and deprecate.
Diffstat (limited to 'french')
-rw-r--r-- | french/aster/Makefile | 9 |
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 |