diff options
author | linimon <linimon@FreeBSD.org> | 2006-07-24 07:38:15 +0800 |
---|---|---|
committer | linimon <linimon@FreeBSD.org> | 2006-07-24 07:38:15 +0800 |
commit | db43ed05e109472ab8cb864c5802820b1a033d20 (patch) | |
tree | dd0d41d086de98071c0d254c7726dae4034705b2 /audio | |
parent | 9eb3ccf62a31d7c9fd4e423249d0892c53a2db7e (diff) | |
download | freebsd-ports-gnome-db43ed05e109472ab8cb864c5802820b1a033d20.tar.gz freebsd-ports-gnome-db43ed05e109472ab8cb864c5802820b1a033d20.tar.zst freebsd-ports-gnome-db43ed05e109472ab8cb864c5802820b1a033d20.zip |
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/Makefile | 2 | ||||
-rw-r--r-- | audio/vat/Makefile | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/audio/rat30/Makefile b/audio/rat30/Makefile index 1acedf43d33e..4440a9b86c25 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 dcabef94cc45..70c6f56a881a 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: |