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