diff options
author | Vanilla I. Shu <vanilla@FreeBSD.org> | 2003-10-18 12:23:58 +0000 |
---|---|---|
committer | Vanilla I. Shu <vanilla@FreeBSD.org> | 2003-10-18 12:23:58 +0000 |
commit | bb17b7113fb5de6fb0a95b4ae21ba2ed06c4e5ca (patch) | |
tree | 5f3b8acf4ac79eb6384f813a18b920e868bb32ab /emulators | |
parent | 7f952a08e8ab6b1c4dbd80846d73d3848c4c9acd (diff) | |
download | ports-bb17b7113fb5de6fb0a95b4ae21ba2ed06c4e5ca.tar.gz ports-bb17b7113fb5de6fb0a95b4ae21ba2ed06c4e5ca.zip |
Notes
Diffstat (limited to 'emulators')
-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 b8ad3489c73c..f7d735a8ee53 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 |