From db43ed05e109472ab8cb864c5802820b1a033d20 Mon Sep 17 00:00:00 2001 From: linimon Date: Sun, 23 Jul 2006 23:38:15 +0000 Subject: Factor OSVERSION out of BROKEN/IGNORE strings to make them more consistent across different OSVERSION scans. --- audio/rat30/Makefile | 2 +- audio/vat/Makefile | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) (limited to 'audio') diff --git a/audio/rat30/Makefile b/audio/rat30/Makefile index 1acedf4..4440a9b 100644 --- a/audio/rat30/Makefile +++ b/audio/rat30/Makefile @@ -28,7 +28,7 @@ LATEST_LINK= rat30 .include .if ${OSVERSION} >= 700000 -BROKEN= "Does not compile on FreeBSD ${OSVERSION}" +BROKEN= Does not compile on FreeBSD 7.X .endif do-build: diff --git a/audio/vat/Makefile b/audio/vat/Makefile index dcabef9..70c6f56 100644 --- a/audio/vat/Makefile +++ b/audio/vat/Makefile @@ -35,7 +35,7 @@ PLIST_FILES= bin/vat .include .if ${OSVERSION} >= 501000 -BROKEN= "Does not compile on FreeBSD ${OSVERSION}" +BROKEN= Does not compile on FreeBSD > 5.0 .endif post-install: -- cgit v1.1