diff options
author | Justin M. Seger <jseger@FreeBSD.org> | 1998-02-24 21:43:51 +0000 |
---|---|---|
committer | Justin M. Seger <jseger@FreeBSD.org> | 1998-02-24 21:43:51 +0000 |
commit | 3d4a5438d3b40cb3e80e07af0db3b6635dab8053 (patch) | |
tree | 9137a73e7f46f611647c62150ba20da9a5009917 /emulators/hfsutils | |
parent | 9ffeeb2f40dab5eae09e88213ec8e041daab2974 (diff) | |
download | ports-3d4a5438d3b40cb3e80e07af0db3b6635dab8053.tar.gz ports-3d4a5438d3b40cb3e80e07af0db3b6635dab8053.zip |
Notes
Diffstat (limited to 'emulators/hfsutils')
-rw-r--r-- | emulators/hfsutils/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/emulators/hfsutils/Makefile b/emulators/hfsutils/Makefile index 5715fbfda7e3..e099d9c5a8d8 100644 --- a/emulators/hfsutils/Makefile +++ b/emulators/hfsutils/Makefile @@ -3,16 +3,16 @@ # Date Created: 7 Sep 1997 # Whom: Vanilla I. Shu <vanilla@MinJe.com.TW> # -# $Id: Makefile,v 1.3 1997/12/12 06:22:23 vanilla Exp $ +# $Id: Makefile,v 1.4 1998/02/21 22:37:59 fenner Exp $ # DISTNAME= hfsutils-2.0 -CATEGORIES= emulators tk80 +CATEGORIES= emulators tk81 MASTER_SITES= ftp://ftp.ps.ucl.ac.uk/pub/mkhfs/ MAINTAINER= vanilla@FreeBSD.ORG -LIB_DEPENDS= tk80\\.1\\.:${PORTSDIR}/x11/tk80 +LIB_DEPENDS= tk81\\.1\\.:${PORTSDIR}/x11/tk81 MAKE_ENV+= COPTS="${CFLAGS}" MAN1= hattrib.1 hcd.1 hcopy.1 hdel.1 hdir.1 hformat.1 hfs.1 \ |