diff options
author | Satoshi Asami <asami@FreeBSD.org> | 1998-08-07 23:56:56 +0000 |
---|---|---|
committer | Satoshi Asami <asami@FreeBSD.org> | 1998-08-07 23:56:56 +0000 |
commit | 5264cbceb577ae0481e496f827ae4d0e18712945 (patch) | |
tree | 03d79514a3868d93e8dc51510d0a33f4b098dd70 /emulators/hfsutils | |
parent | 24d53f75d3bed77cec793c49107c31db659fb9a5 (diff) | |
download | ports-5264cbceb577ae0481e496f827ae4d0e18712945.tar.gz ports-5264cbceb577ae0481e496f827ae4d0e18712945.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 74a3bedd2e7a..9fc8412553f6 100644 --- a/emulators/hfsutils/Makefile +++ b/emulators/hfsutils/Makefile @@ -3,7 +3,7 @@ # Date Created: 7 Sep 1997 # Whom: Vanilla I. Shu <vanilla@MinJe.com.TW> # -# $Id: Makefile,v 1.8 1998/03/21 06:47:32 vanilla Exp $ +# $Id: Makefile,v 1.9 1998/03/21 19:19:42 vanilla Exp $ # DISTNAME= hfsutils-3.2 @@ -13,7 +13,7 @@ MASTER_SITES= ftp://ftp.mars.org/pub/hfs/ \ MAINTAINER= vanilla@FreeBSD.ORG -LIB_DEPENDS= tk81\\.1\\.:${PORTSDIR}/x11/tk81 +LIB_DEPENDS= tk81\\.1\\.:${PORTSDIR}/x11-toolkits/tk81 GNU_CONFIGURE= yes CONFIGURE_ARGS= --with-tcl --with-tcl-libs=${PREFIX}/lib --with-tk --with-tk-libs=${PREFIX}/lib |