diff options
author | marcus <marcus@FreeBSD.org> | 2004-04-09 10:02:06 +0800 |
---|---|---|
committer | marcus <marcus@FreeBSD.org> | 2004-04-09 10:02:06 +0800 |
commit | 876548be20acce9418766bd0723c86f1b0a235b7 (patch) | |
tree | bbe6ea5ecefd01f1f617621e41741ca72999b032 /sysutils | |
parent | 3f879d8d7bbc932f569528c03dbf764936e0ded3 (diff) | |
download | freebsd-ports-gnome-876548be20acce9418766bd0723c86f1b0a235b7.tar.gz freebsd-ports-gnome-876548be20acce9418766bd0723c86f1b0a235b7.tar.zst freebsd-ports-gnome-876548be20acce9418766bd0723c86f1b0a235b7.zip |
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')
-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 7705e0808a81..cfee5e0ba05c 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 |