diff options
author | Joe Marcus Clarke <marcus@FreeBSD.org> | 2004-04-09 02:02:06 +0000 |
---|---|---|
committer | Joe Marcus Clarke <marcus@FreeBSD.org> | 2004-04-09 02:02:06 +0000 |
commit | 7f3eda059faff3939b70c185e0164814655c34fb (patch) | |
tree | 29d518e5d68ae101b375aedcc83e875a250a2512 /sysutils/slmon | |
parent | 01522c157a74f64c693828006d484ed86866ab69 (diff) | |
download | ports-7f3eda059faff3939b70c185e0164814655c34fb.tar.gz ports-7f3eda059faff3939b70c185e0164814655c34fb.zip |
Notes
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 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 |