diff options
-rw-r--r-- | emulators/hfsutils/Makefile | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/emulators/hfsutils/Makefile b/emulators/hfsutils/Makefile index b8ad348..f7d735a 100644 --- a/emulators/hfsutils/Makefile +++ b/emulators/hfsutils/Makefile @@ -7,13 +7,14 @@ PORTNAME= hfsutils PORTVERSION= 3.2.6 -CATEGORIES= emulators tk82 +PORTREVISION= 1 +CATEGORIES= emulators tk84 MASTER_SITES= ftp://ftp.mars.org/pub/hfs/ MAINTAINER= vanilla@FreeBSD.org COMMENT= Yet Another HFS Utility -LIB_DEPENDS= tk83.1:${PORTSDIR}/x11-toolkits/tk83 +LIB_DEPENDS= tk84.1:${PORTSDIR}/x11-toolkits/tk84 GNU_CONFIGURE= yes CONFIGURE_ARGS= --with-tcl --with-tk |