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 | |
parent | - update to 1.7 (diff) |
Factor OSVERSION out of BROKEN/IGNORE strings to make them more consistent
across different OSVERSION scans.
Diffstat (limited to 'mbone')
-rw-r--r-- | mbone/rat30/Makefile | 2 | ||||
-rw-r--r-- | mbone/rtpmon/Makefile | 2 | ||||
-rw-r--r-- | mbone/vat/Makefile | 2 |
3 files changed, 3 insertions, 3 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: diff --git a/mbone/rtpmon/Makefile b/mbone/rtpmon/Makefile index b09d58e47664..32eaf825853d 100644 --- a/mbone/rtpmon/Makefile +++ b/mbone/rtpmon/Makefile @@ -25,7 +25,7 @@ PLIST_FILES= bin/rtpmon .include <bsd.port.pre.mk> .if ${OSVERSION} >= 501000 -BROKEN= "Does not compile on FreeBSD ${OSVERSION}" +BROKEN= Does not compile on FreeBSD > 5.0 .endif pre-configure: diff --git a/mbone/vat/Makefile b/mbone/vat/Makefile index dcabef94cc45..70c6f56a881a 100644 --- a/mbone/vat/Makefile +++ b/mbone/vat/Makefile @@ -35,7 +35,7 @@ PLIST_FILES= bin/vat .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-install: |