diff options
author | linimon <linimon@FreeBSD.org> | 2004-12-17 07:31:05 +0000 |
---|---|---|
committer | linimon <linimon@FreeBSD.org> | 2004-12-17 07:31:05 +0000 |
commit | 33a7781c6f5de535b6aafb02bcf205ef2c0a6817 (patch) | |
tree | 79741f3650ef8b45e0e16f616cd070646b3f35da /sysutils/xperfmon/Makefile | |
parent | ebadd651e70743955631e534c3abe3724e1d4dca (diff) | |
download | FreeBSD-ports-33a7781c6f5de535b6aafb02bcf205ef2c0a6817.zip FreeBSD-ports-33a7781c6f5de535b6aafb02bcf205ef2c0a6817.tar.gz |
Switch from BROKEN to IGNORE to reflect current usage.
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 fea0c71..2c84395 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: |