diff options
author | roam <roam@FreeBSD.org> | 2000-12-06 00:38:12 +0800 |
---|---|---|
committer | roam <roam@FreeBSD.org> | 2000-12-06 00:38:12 +0800 |
commit | f46db7f515bc1a6f8a19f9a7e75f25eb3d1b5df0 (patch) | |
tree | 37e607b4d554d0c92901a0637e0f3b100abdc008 /sysutils/lavaps | |
parent | a574c84f2284292d7c79157eb384326fceacb4da (diff) | |
download | freebsd-ports-gnome-f46db7f515bc1a6f8a19f9a7e75f25eb3d1b5df0.tar.gz freebsd-ports-gnome-f46db7f515bc1a6f8a19f9a7e75f25eb3d1b5df0.tar.zst freebsd-ports-gnome-f46db7f515bc1a6f8a19f9a7e75f25eb3d1b5df0.zip |
Use Tcl and Tk 8.3 instead of 8.2, as recommended by the program author.
Maintainer change.
PR: 23297
Submitted by: Johann Visagie <johann@egenetics.com> (new maintainer)
Approved by: John Heidemann <johnh@isi.edu> (former maintainer)
Diffstat (limited to 'sysutils/lavaps')
-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/ |