diff options
author | asami <asami@FreeBSD.org> | 1998-08-08 07:56:56 +0800 |
---|---|---|
committer | asami <asami@FreeBSD.org> | 1998-08-08 07:56:56 +0800 |
commit | 1501023452eb1fb6acdc28a2196e24dbd99a1212 (patch) | |
tree | 409436ca3502910634e8ede70287fc792e31de14 /emulators/hfsutils/Makefile | |
parent | ced852667e215d5ec6ec32129eb19e8c18852d5e (diff) | |
download | freebsd-ports-graphics-1501023452eb1fb6acdc28a2196e24dbd99a1212.tar.gz freebsd-ports-graphics-1501023452eb1fb6acdc28a2196e24dbd99a1212.tar.zst freebsd-ports-graphics-1501023452eb1fb6acdc28a2196e24dbd99a1212.zip |
Fix up dependencies for ports that moved into the x11-toolkits category.
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 74a3bedd2e7..9fc8412553f 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 |