diff options
author | roam <roam@FreeBSD.org> | 2001-01-19 22:16:40 +0000 |
---|---|---|
committer | roam <roam@FreeBSD.org> | 2001-01-19 22:16:40 +0000 |
commit | 2d1d3804ea9ebfd667af592ba1ee41665f68b508 (patch) | |
tree | e57a76c44e94f3421d932afb275461ab910575da /sysutils/lavaps | |
parent | e5e18bb90a55e4b23b5ede8a06d019daa5e4eafa (diff) | |
download | FreeBSD-ports-2d1d3804ea9ebfd667af592ba1ee41665f68b508.zip FreeBSD-ports-2d1d3804ea9ebfd667af592ba1ee41665f68b508.tar.gz |
Mark BROKEN due to changes to kernel proc struct.
PR: 24409
Submitted by: maintainer
Diffstat (limited to 'sysutils/lavaps')
-rw-r--r-- | sysutils/lavaps/Makefile | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/sysutils/lavaps/Makefile b/sysutils/lavaps/Makefile index 1332752..d6498e1 100644 --- a/sysutils/lavaps/Makefile +++ b/sysutils/lavaps/Makefile @@ -14,6 +14,9 @@ MAINTAINER= johann@egenetics.com LIB_DEPENDS= tk83.1:${PORTSDIR}/x11-toolkits/tk83 +BROKEN= Changes to process info structs returned by kernel renders \ + lavaps unbuildable - author has been made aware of this. + GNU_CONFIGURE= yes CONFIGURE_ENV= LDFLAGS="-L${LOCALBASE}/lib" CPPFLAGS="-I${LOCALBASE}/include" CONFIGURE_ARGS= --with-tcl-ver=8.3 --with-tk-ver=8.3 |