diff options
author | Steve Price <steve@FreeBSD.org> | 1999-11-28 18:32:45 +0000 |
---|---|---|
committer | Steve Price <steve@FreeBSD.org> | 1999-11-28 18:32:45 +0000 |
commit | bc087374d35aa9c841dd63d44e9c9697702921ed (patch) | |
tree | 9bfffecdf0e79fc2f3af0e2a2f1044536ad164ca /emulators/hfsutils | |
parent | 3689fb2140698b1b4eff0933fe730262b161f533 (diff) | |
download | ports-bc087374d35aa9c841dd63d44e9c9697702921ed.tar.gz ports-bc087374d35aa9c841dd63d44e9c9697702921ed.zip |
Notes
Diffstat (limited to 'emulators/hfsutils')
-rw-r--r-- | emulators/hfsutils/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/emulators/hfsutils/Makefile b/emulators/hfsutils/Makefile index 745004e2cb11..0f18311dd17a 100644 --- a/emulators/hfsutils/Makefile +++ b/emulators/hfsutils/Makefile @@ -7,12 +7,12 @@ # DISTNAME= hfsutils-3.2.6 -CATEGORIES= emulators tk80 +CATEGORIES= emulators tk82 MASTER_SITES= ftp://ftp.mars.org/pub/hfs/ MAINTAINER= vanilla@FreeBSD.org -LIB_DEPENDS= tk80.1:${PORTSDIR}/x11-toolkits/tk80 +LIB_DEPENDS= tk82.1:${PORTSDIR}/x11-toolkits/tk82 GNU_CONFIGURE= yes CONFIGURE_ARGS= --with-tcl --with-tk |