diff options
author | Steve Price <steve@FreeBSD.org> | 1998-10-03 22:06:12 +0000 |
---|---|---|
committer | Steve Price <steve@FreeBSD.org> | 1998-10-03 22:06:12 +0000 |
commit | dc142d45b9821f089c56fcbb6e5bb73500cd9a8a (patch) | |
tree | 14fac006a1484e79b3ba6b50c6ec4c81361586d6 /emulators/hfsutils/Makefile | |
parent | 8db360a8a72d487c78ba3ec86bf406f3750411dc (diff) | |
download | ports-dc142d45b9821f089c56fcbb6e5bb73500cd9a8a.tar.gz ports-dc142d45b9821f089c56fcbb6e5bb73500cd9a8a.zip |
Notes
Diffstat (limited to 'emulators/hfsutils/Makefile')
-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 9fc8412553f6..5980d0a9b2ce 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.9 1998/03/21 19:19:42 vanilla Exp $ +# $Id: Makefile,v 1.10 1998/08/07 23:56:18 asami 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-toolkits/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 |