diff options
author | steve <steve@FreeBSD.org> | 1999-11-29 02:32:45 +0800 |
---|---|---|
committer | steve <steve@FreeBSD.org> | 1999-11-29 02:32:45 +0800 |
commit | 08c63c7539787146848177b39e6859b9318119c8 (patch) | |
tree | 045e72940e0580d322686df49fa5f8edfa473315 /astro/x3arth/Makefile | |
parent | 775d6227a319547ad506dac9b94354b25428275c (diff) | |
download | freebsd-ports-gnome-08c63c7539787146848177b39e6859b9318119c8.tar.gz freebsd-ports-gnome-08c63c7539787146848177b39e6859b9318119c8.tar.zst freebsd-ports-gnome-08c63c7539787146848177b39e6859b9318119c8.zip |
Update to use Tcl/Tk version 8.2.
Submitted by: Ade Lovett <ade@lovett.com>
Diffstat (limited to 'astro/x3arth/Makefile')
-rw-r--r-- | astro/x3arth/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/astro/x3arth/Makefile b/astro/x3arth/Makefile index 5884a58fd438..c99aefe1eaad 100644 --- a/astro/x3arth/Makefile +++ b/astro/x3arth/Makefile @@ -7,13 +7,13 @@ # DISTNAME= x3arth-1.1 -CATEGORIES= astro +CATEGORIES= astro tcl82 MASTER_SITES= ${MASTER_SITE_SUNSITE} MASTER_SITE_SUBDIR= X11/desktop MAINTAINER= cpiazza@FreeBSD.org -RUN_DEPENDS= ${LOCALBASE}/bin/tclsh8.0:${PORTSDIR}/lang/tcl80 \ +RUN_DEPENDS= ${LOCALBASE}/bin/tclsh8.2:${PORTSDIR}/lang/tcl82 \ ${X11BASE}/bin/xv:${PORTSDIR}/graphics/xv USE_X_PREFIX= yes |