diff options
author | Pav Lucistnik <pav@FreeBSD.org> | 2008-07-28 19:31:46 +0000 |
---|---|---|
committer | Pav Lucistnik <pav@FreeBSD.org> | 2008-07-28 19:31:46 +0000 |
commit | f5bd2a5db63343a908b0645580dcedcca34c3f45 (patch) | |
tree | 6fe8ddf0e1e27542af2254029002037d86476a10 /french | |
parent | 33a219ff318b87f745a99f5f4c71ed89c694ef26 (diff) | |
download | ports-f5bd2a5db63343a908b0645580dcedcca34c3f45.tar.gz ports-f5bd2a5db63343a908b0645580dcedcca34c3f45.zip |
Notes
Diffstat (limited to 'french')
-rw-r--r-- | french/aster/Makefile | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/french/aster/Makefile b/french/aster/Makefile index f038905f873a..a8b58f98b7d3 100644 --- a/french/aster/Makefile +++ b/french/aster/Makefile @@ -76,6 +76,9 @@ FFLAGARCH= -fdefault-integer-8 -fdefault-real-8 # Avoid renaming .f into .F #F90FLAGS= -x f77-cpp-input ${FFLAGS} +.if ${OSVERSION} < 700000 +BROKEN= does not install +.endif .if ${OSVERSION} < 600022 BROKEN= Does not compile on this version, and cannot be patched easily. .endif |