diff options
author | Kris Kennaway <kris@FreeBSD.org> | 2003-10-12 00:55:05 +0000 |
---|---|---|
committer | Kris Kennaway <kris@FreeBSD.org> | 2003-10-12 00:55:05 +0000 |
commit | 034c7acf106f07ee252652dbaefebf72ade38de6 (patch) | |
tree | 110bf40d0229a170043b4937f77fb71ce2077379 /astro/gpsman | |
parent | Allow everybuddy to find its module files at startup (correct REINPLACE (diff) |
Convert to tk84 and bump PORTREVISION.
Reviewed by: maintainer (eyeballed)
Diffstat (limited to 'astro/gpsman')
-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 a80ca1d72717..1b8e4f9a4fc7 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 |