diff options
author | Peter Pentchev <roam@FreeBSD.org> | 2001-01-19 23:56:11 +0000 |
---|---|---|
committer | Peter Pentchev <roam@FreeBSD.org> | 2001-01-19 23:56:11 +0000 |
commit | 76f7e8bf5616821662a73e7b5421f5200df3f25f (patch) | |
tree | d9ed414208344285b1273002b9bb3e154f338de3 /sysutils/lavaps | |
parent | 1cb1e42e77d9f3ecb74527bc632e02eeb7963123 (diff) | |
download | ports-76f7e8bf5616821662a73e7b5421f5200df3f25f.tar.gz ports-76f7e8bf5616821662a73e7b5421f5200df3f25f.zip |
Notes
Diffstat (limited to 'sysutils/lavaps')
-rw-r--r-- | sysutils/lavaps/Makefile | 5 |
1 files changed, 4 insertions, 1 deletions
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 <bsd.port.pre.mk> +.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 <bsd.port.mk> +.include <bsd.port.post.mk> |