diff options
author | linimon <linimon@FreeBSD.org> | 2004-12-17 15:31:05 +0800 |
---|---|---|
committer | linimon <linimon@FreeBSD.org> | 2004-12-17 15:31:05 +0800 |
commit | 33a7781c6f5de535b6aafb02bcf205ef2c0a6817 (patch) | |
tree | 79741f3650ef8b45e0e16f616cd070646b3f35da /sysutils/xperfmon | |
parent | ebadd651e70743955631e534c3abe3724e1d4dca (diff) | |
download | freebsd-ports-gnome-33a7781c6f5de535b6aafb02bcf205ef2c0a6817.tar.gz freebsd-ports-gnome-33a7781c6f5de535b6aafb02bcf205ef2c0a6817.tar.zst freebsd-ports-gnome-33a7781c6f5de535b6aafb02bcf205ef2c0a6817.zip |
Switch from BROKEN to IGNORE to reflect current usage.
Diffstat (limited to 'sysutils/xperfmon')
-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: |