diff options
author | Mark Linimon <linimon@FreeBSD.org> | 2004-12-17 07:31:05 +0000 |
---|---|---|
committer | Mark Linimon <linimon@FreeBSD.org> | 2004-12-17 07:31:05 +0000 |
commit | 53f45c4cf86198da183d410b3755b0b4472a478e (patch) | |
tree | aa29621b14951a8e3f5f121dc8a8b8e3cd72cc7d /sysutils/xperfmon/Makefile | |
parent | 463391f2c4146ad9271b1733083a2a4f9d240e97 (diff) |
Switch from BROKEN to IGNORE to reflect current usage.
Notes
Notes:
svn path=/head/; revision=124271
Diffstat (limited to 'sysutils/xperfmon/Makefile')
-rw-r--r-- | sysutils/xperfmon/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sysutils/xperfmon/Makefile b/sysutils/xperfmon/Makefile index fea0c7126b2f..2c843954cb47 100644 --- a/sysutils/xperfmon/Makefile +++ b/sysutils/xperfmon/Makefile @@ -24,7 +24,7 @@ WRKSRC= ${WRKDIR}/xperfmon++ .include <bsd.port.pre.mk> .if ${OSVERSION} >= 500000 -BROKEN= "5.X or newer systems should use xperfmon3" +IGNORE= "5.X or newer systems should use xperfmon3" .endif pre-configure: |