diff options
author | minskim <minskim@pkgsrc.org> | 2004-08-15 03:27:29 +0000 |
---|---|---|
committer | minskim <minskim@pkgsrc.org> | 2004-08-15 03:27:29 +0000 |
commit | 759287e06341f8a5b3e3024be2acf85513e97459 (patch) | |
tree | 4c6253a73b3805bf40c50c19ab421154a584e889 /x11/filerunner | |
parent | e6e67dd0f37e861ad4602b65a25352fc211ec5c1 (diff) | |
download | pkgsrc-759287e06341f8a5b3e3024be2acf85513e97459.tar.gz |
Switch to Tk 8.4 and bump PKGREVISION due to the dependency change.
Diffstat (limited to 'x11/filerunner')
-rw-r--r-- | x11/filerunner/Makefile | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/x11/filerunner/Makefile b/x11/filerunner/Makefile index 2ebf5bfede6..97e9df10153 100644 --- a/x11/filerunner/Makefile +++ b/x11/filerunner/Makefile @@ -1,9 +1,10 @@ -# $NetBSD: Makefile,v 1.21 2004/03/08 20:27:17 minskim Exp $ +# $NetBSD: Makefile,v 1.22 2004/08/15 03:27:29 minskim Exp $ # $FreeBSD Id: Makefile,v 1.12 1998/02/24 21:43:11 jseger Exp # DISTNAME= FileRunner-2.5.1 PKGNAME= ${DISTNAME:S/FileRunner/filerunner/} +PKGREVISION= 1 CATEGORIES= x11 MASTER_SITES= http://www.cd.chalmers.se/~hch/ @@ -11,7 +12,7 @@ MAINTAINER= tech-pkg@NetBSD.org HOMEPAGE= http://www.cd.chalmers.se/~hch/filerunner.html COMMENT= Filemanager with FTP capabilities. Uses Tcl/Tk -DEPENDS+= tk>=8.3.2:../../x11/tk83 +DEPENDS+= tk>=8.4:../../x11/tk USE_X11BASE= yes |