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 /mbone/rat30 | |
parent | - update to 1.7 (diff) |
Factor OSVERSION out of BROKEN/IGNORE strings to make them more consistent
across different OSVERSION scans.
Notes
Notes:
svn path=/head/; revision=168580
Diffstat (limited to 'mbone/rat30')
-rw-r--r-- | mbone/rat30/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/mbone/rat30/Makefile b/mbone/rat30/Makefile index 1acedf43d33e..4440a9b86c25 100644 --- a/mbone/rat30/Makefile +++ b/mbone/rat30/Makefile @@ -28,7 +28,7 @@ LATEST_LINK= rat30 .include <bsd.port.pre.mk> .if ${OSVERSION} >= 700000 -BROKEN= "Does not compile on FreeBSD ${OSVERSION}" +BROKEN= Does not compile on FreeBSD 7.X .endif do-build: |