summaryrefslogtreecommitdiffstats
path: root/audio
diff options
context:
space:
mode:
authorlinimon <linimon@FreeBSD.org>2006-07-23 23:38:15 +0000
committerlinimon <linimon@FreeBSD.org>2006-07-23 23:38:15 +0000
commitdb43ed05e109472ab8cb864c5802820b1a033d20 (patch)
treedd0d41d086de98071c0d254c7726dae4034705b2 /audio
parent9eb3ccf62a31d7c9fd4e423249d0892c53a2db7e (diff)
downloadFreeBSD-ports-db43ed05e109472ab8cb864c5802820b1a033d20.zip
FreeBSD-ports-db43ed05e109472ab8cb864c5802820b1a033d20.tar.gz
Factor OSVERSION out of BROKEN/IGNORE strings to make them more consistent
across different OSVERSION scans.
Diffstat (limited to 'audio')
-rw-r--r--audio/rat30/Makefile2
-rw-r--r--audio/vat/Makefile2
2 files changed, 2 insertions, 2 deletions
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 <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/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 <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:
OpenPOWER on IntegriCloud