diff options
Diffstat (limited to 'sysutils')
-rw-r--r-- | sysutils/lavaps/Makefile | 6 | ||||
-rw-r--r-- | sysutils/lavaps/pkg-descr | 5 |
2 files changed, 6 insertions, 5 deletions
diff --git a/sysutils/lavaps/Makefile b/sysutils/lavaps/Makefile index 426a4df6c727..600f49b818fd 100644 --- a/sysutils/lavaps/Makefile +++ b/sysutils/lavaps/Makefile @@ -10,13 +10,13 @@ PORTVERSION= 1.15 CATEGORIES= sysutils MASTER_SITES= http://www.isi.edu/~johnh/SOFTWARE/LAVAPS/ -MAINTAINER= johnh@isi.edu +MAINTAINER= johann@egenetics.com -LIB_DEPENDS= tk82.1:${PORTSDIR}/x11-toolkits/tk82 +LIB_DEPENDS= tk83.1:${PORTSDIR}/x11-toolkits/tk83 GNU_CONFIGURE= yes CONFIGURE_ENV= LDFLAGS="-L${LOCALBASE}/lib" CPPFLAGS="-I${LOCALBASE}/include" -CONFIGURE_ARGS= --with-tcl-ver=8.2 --with-tk-ver=8.2 +CONFIGURE_ARGS= --with-tcl-ver=8.3 --with-tk-ver=8.3 USE_NEWGCC= yes MAN1= lavaps.1 diff --git a/sysutils/lavaps/pkg-descr b/sysutils/lavaps/pkg-descr index e15e799d3f62..d9af5cfad500 100644 --- a/sysutils/lavaps/pkg-descr +++ b/sysutils/lavaps/pkg-descr @@ -1,4 +1,4 @@ -DESCRIPTION +From the README: Lavaps is an interactive process-tracking program like ``top'', but with a much different attitude. Rather than presenting lots of specific info in digital form, it tries to present certain important @@ -17,4 +17,5 @@ DESCRIPTION (This program dedicated to the memory of M.W.--I hope you would have thought it a good hack.) -WWW: http://www.isi.edu/~johnh/SOFTWARE/LAVAPS/ +Author: John Heidemann <johnh@isi.edu> +WWW: http://www.isi.edu/~johnh/SOFTWARE/LAVAPS/ |