diff options
author | Mark Linimon <linimon@FreeBSD.org> | 2006-07-23 23:38:15 +0000 |
---|---|---|
committer | Mark Linimon <linimon@FreeBSD.org> | 2006-07-23 23:38:15 +0000 |
commit | 0a291bd7f7c7af12af4a759b98d4f98657d0c977 (patch) | |
tree | 2d41feabfa327add93d078317f717787e8278d95 /lang/Sather | |
parent | 857f21d17b1de8551d9b88fd481557ae737e5b61 (diff) | |
download | ports-0a291bd7f7c7af12af4a759b98d4f98657d0c977.tar.gz ports-0a291bd7f7c7af12af4a759b98d4f98657d0c977.zip |
Notes
Diffstat (limited to 'lang/Sather')
-rw-r--r-- | lang/Sather/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lang/Sather/Makefile b/lang/Sather/Makefile index 2aa78e6d3607..f12a0821fb87 100644 --- a/lang/Sather/Makefile +++ b/lang/Sather/Makefile @@ -28,7 +28,7 @@ INFO= sather sather-mode sather-tutorial .include <bsd.port.pre.mk> .if ${OSVERSION} >= 501000 -BROKEN= "Does not compile on FreeBSD ${OSVERSION}" +BROKEN= Does not compile on FreeBSD > 5.0 .endif post-extract: |