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 /audio/vat | |
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 'audio/vat')
-rw-r--r-- | audio/vat/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
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: |