diff options
author | kris <kris@FreeBSD.org> | 2003-10-19 05:52:35 +0800 |
---|---|---|
committer | kris <kris@FreeBSD.org> | 2003-10-19 05:52:35 +0800 |
commit | abdcd40454c98f148cd5b7cefe2c754198af71f4 (patch) | |
tree | 9f8c2f2d021bfe898e69aee6bead94faf81646c4 /games/ifm | |
parent | bafe7031d8c10a3555a1d9faf7c6620c293e42c5 (diff) | |
download | freebsd-ports-gnome-abdcd40454c98f148cd5b7cefe2c754198af71f4.tar.gz freebsd-ports-gnome-abdcd40454c98f148cd5b7cefe2c754198af71f4.tar.zst freebsd-ports-gnome-abdcd40454c98f148cd5b7cefe2c754198af71f4.zip |
Switch to tk8.4 and bump PORTREVISION
Reviewed by: maintainer
Diffstat (limited to 'games/ifm')
-rw-r--r-- | games/ifm/Makefile | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/games/ifm/Makefile b/games/ifm/Makefile index 552e9482d1ed..da722d28abd1 100644 --- a/games/ifm/Makefile +++ b/games/ifm/Makefile @@ -7,7 +7,8 @@ PORTNAME= ifm PORTVERSION= 4.1 -CATEGORIES= games +PORTREVISION= 1 +CATEGORIES= games tk84 MASTER_SITES= ftp://ftp.ifarchive.org/if-archive/mapping-tools/ \ ftp://www.plover.net/if-archive/mapping-tools/ \ ftp://ftp.guetech.org/if-archive/mapping-tools/ \ @@ -19,11 +20,11 @@ DISTFILES= ifm41.tgz MAINTAINER= bsdport@ddm.wox.org COMMENT= Interactive Fiction mapper and walkthrough generator -RUN_DEPENDS= wish8.3:${PORTSDIR}/x11-toolkits/tk83 +RUN_DEPENDS= wish8.4:${PORTSDIR}/x11-toolkits/tk84 USE_GMAKE= yes GNU_CONFIGURE= yes -CONFIGURE_ENV= WISH=${LOCALBASE}/bin/wish8.3 +CONFIGURE_ENV= WISH=${LOCALBASE}/bin/wish8.4 post-install: install-info ${PREFIX}/info/ifm.info ${PREFIX}/info/dir |