diff options
author | kris <kris@FreeBSD.org> | 2003-10-12 00:55:05 +0000 |
---|---|---|
committer | kris <kris@FreeBSD.org> | 2003-10-12 00:55:05 +0000 |
commit | ecdf2a0d4fc6f9898738c0e8f04e4bc5774ad7f3 (patch) | |
tree | 7c079efe2695a1e861db1ac648e090f935f7965f /astro | |
parent | 5aeeb8de94a4fe1dbc633b0815545838ff64ef57 (diff) | |
download | FreeBSD-ports-ecdf2a0d4fc6f9898738c0e8f04e4bc5774ad7f3.zip FreeBSD-ports-ecdf2a0d4fc6f9898738c0e8f04e4bc5774ad7f3.tar.gz |
Convert to tk84 and bump PORTREVISION.
Reviewed by: maintainer (eyeballed)
Diffstat (limited to 'astro')
-rw-r--r-- | astro/gpsman/Makefile | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/astro/gpsman/Makefile b/astro/gpsman/Makefile index a80ca1d..1b8e4f9 100644 --- a/astro/gpsman/Makefile +++ b/astro/gpsman/Makefile @@ -7,7 +7,8 @@ PORTNAME= gpsman PORTVERSION= 6.0.1 -CATEGORIES= astro tk83 +PORTREVISION= 1 +CATEGORIES= astro tk84 MASTER_SITES= http://www.ncc.up.pt/gpsman/gpsmanhtml/ \ http://www.ncc.up.pt/~mig/ \ ${MASTER_SITE_SUNSITE} @@ -20,7 +21,7 @@ EXTRACT_SUFX= .tgz MAINTAINER= david@catwhisker.org COMMENT= A Tcl/Tk-based GPS management utility -RUN_DEPENDS= wish8.3:${PORTSDIR}/x11-toolkits/tk83 +RUN_DEPENDS= wish8.4:${PORTSDIR}/x11-toolkits/tk84 USE_REINPLACE= yes NO_BUILD= yes |