diff options
author | vanilla <vanilla@FreeBSD.org> | 2003-10-18 12:23:58 +0000 |
---|---|---|
committer | vanilla <vanilla@FreeBSD.org> | 2003-10-18 12:23:58 +0000 |
commit | 9193c023ef858ff4f2ba6269d85a211ccd18040f (patch) | |
tree | d1af983d9ad0852b2084379aa3b25b717125b750 /emulators/hfsutils | |
parent | 58cf4e8c94fb7473f317c5043b0c5a17561d699b (diff) | |
download | FreeBSD-ports-9193c023ef858ff4f2ba6269d85a211ccd18040f.zip FreeBSD-ports-9193c023ef858ff4f2ba6269d85a211ccd18040f.tar.gz |
use tk84 now, bump version.
Submitted by: kris@
Diffstat (limited to 'emulators/hfsutils')
-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 |