From 134db8c28f921edbfbbb942e331b77ca4e2dd128 Mon Sep 17 00:00:00 2001 From: roam Date: Fri, 19 Jan 2001 23:56:11 +0000 Subject: The previous commit was too far-reaching; this port is only broken for -current after the changes to struct proc exporing to userland. Make the BROKEN directive conditional on the closest fbsd version bump I could find. --- sysutils/lavaps/Makefile | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/sysutils/lavaps/Makefile b/sysutils/lavaps/Makefile index d6498e1c6e55..4221acc1c1c5 100644 --- a/sysutils/lavaps/Makefile +++ b/sysutils/lavaps/Makefile @@ -14,8 +14,11 @@ MAINTAINER= johann@egenetics.com LIB_DEPENDS= tk83.1:${PORTSDIR}/x11-toolkits/tk83 +.include +.if ${OSVERSION} >= 500014 BROKEN= Changes to process info structs returned by kernel renders \ lavaps unbuildable - author has been made aware of this. +.endif GNU_CONFIGURE= yes CONFIGURE_ENV= LDFLAGS="-L${LOCALBASE}/lib" CPPFLAGS="-I${LOCALBASE}/include" @@ -23,4 +26,4 @@ CONFIGURE_ARGS= --with-tcl-ver=8.3 --with-tk-ver=8.3 USE_NEWGCC= yes MAN1= lavaps.1 -.include +.include -- cgit