diff options
author | marcus <marcus@FreeBSD.org> | 2004-04-09 02:02:06 +0000 |
---|---|---|
committer | marcus <marcus@FreeBSD.org> | 2004-04-09 02:02:06 +0000 |
commit | 876548be20acce9418766bd0723c86f1b0a235b7 (patch) | |
tree | bbe6ea5ecefd01f1f617621e41741ca72999b032 /sysutils/slmon | |
parent | 3f879d8d7bbc932f569528c03dbf764936e0ded3 (diff) | |
download | FreeBSD-ports-876548be20acce9418766bd0723c86f1b0a235b7.zip FreeBSD-ports-876548be20acce9418766bd0723c86f1b0a235b7.tar.gz |
Mark IGNORE as it is broken with the new libgtop2, and a new version hasn't
been put out in other a year.
Diffstat (limited to 'sysutils/slmon')
-rw-r--r-- | sysutils/slmon/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/sysutils/slmon/Makefile b/sysutils/slmon/Makefile index 7705e08..cfee5e0 100644 --- a/sysutils/slmon/Makefile +++ b/sysutils/slmon/Makefile @@ -30,6 +30,8 @@ PLIST_FILES= bin/slmon CPPFLAGS= -I${LOCALBASE}/include LDFLAGS= -L${LOCALBASE}/lib -lncurses +IGNORE= "Needs update for libgtop2" + .include <bsd.port.pre.mk> .if ${OSVERSION} < 400010 |