diff options
author | kris <kris@FreeBSD.org> | 2003-08-17 07:59:53 +0800 |
---|---|---|
committer | kris <kris@FreeBSD.org> | 2003-08-17 07:59:53 +0800 |
commit | 88e27ec7a68aa603679c18832ca5aec8e7a0d776 (patch) | |
tree | b00850b0e57e208e197eb515e157aed63cb2915b /astro/tkseti | |
parent | 5beecd72f771f2d446be851d57701ffd15d5de64 (diff) | |
download | freebsd-ports-gnome-88e27ec7a68aa603679c18832ca5aec8e7a0d776.tar.gz freebsd-ports-gnome-88e27ec7a68aa603679c18832ca5aec8e7a0d776.tar.zst freebsd-ports-gnome-88e27ec7a68aa603679c18832ca5aec8e7a0d776.zip |
Use tk 8.4 instead of 8.3.
Diffstat (limited to 'astro/tkseti')
-rw-r--r-- | astro/tkseti/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/astro/tkseti/Makefile b/astro/tkseti/Makefile index 2d10058d2e40..f97fa5236826 100644 --- a/astro/tkseti/Makefile +++ b/astro/tkseti/Makefile @@ -7,13 +7,13 @@ PORTNAME= tkseti PORTVERSION= 3.06 -CATEGORIES= astro tk83 +CATEGORIES= astro tk84 MASTER_SITES= http://www.cuug.ab.ca/~macdonal/tkseti/ MAINTAINER= ports@FreeBSD.org COMMENT= Tk-based interface to SETI@Home -RUN_DEPENDS= wish8.3:${PORTSDIR}/x11-toolkits/tk83 \ +RUN_DEPENDS= wish8.4:${PORTSDIR}/x11-toolkits/tk84 \ ${LOCALBASE}/sbin/setiathome:${PORTSDIR}/astro/setiathome NO_BUILD= yes |