diff options
author | Vanilla I. Shu <vanilla@FreeBSD.org> | 1998-03-21 06:47:32 +0000 |
---|---|---|
committer | Vanilla I. Shu <vanilla@FreeBSD.org> | 1998-03-21 06:47:32 +0000 |
commit | c8a7389416914063e4ef949c141c3e7778287555 (patch) | |
tree | 2189dc89a7835c9eaa0173f33c6a6e73da8702fa /emulators/hfsutils | |
parent | 280b447304321dc336899a4b1b8c72e3fbe19d0f (diff) | |
download | ports-c8a7389416914063e4ef949c141c3e7778287555.tar.gz ports-c8a7389416914063e4ef949c141c3e7778287555.zip |
Notes
Diffstat (limited to 'emulators/hfsutils')
-rw-r--r-- | emulators/hfsutils/Makefile | 7 |
1 files changed, 3 insertions, 4 deletions
diff --git a/emulators/hfsutils/Makefile b/emulators/hfsutils/Makefile index e3e5ca25e6d2..65de2106aa05 100644 --- a/emulators/hfsutils/Makefile +++ b/emulators/hfsutils/Makefile @@ -3,19 +3,18 @@ # Date Created: 7 Sep 1997 # Whom: Vanilla I. Shu <vanilla@MinJe.com.TW> # -# $Id: Makefile,v 1.6 1998/03/12 08:05:26 vanilla Exp $ +# $Id: Makefile,v 1.7 1998/03/21 02:25:03 asami Exp $ # DISTNAME= hfsutils-3.2 CATEGORIES= emulators tk81 -MASTER_SITES= ftp://ftp.ps.ucl.ac.uk/pub/mkhfs/ +MASTER_SITES= ftp://ftp.ps.ucl.ac.uk/pub/mkhfs/ \ + http://www.freebsd.org/~vanilla/ MAINTAINER= vanilla@FreeBSD.ORG LIB_DEPENDS= tk81\\.1\\.:${PORTSDIR}/x11/tk81 -BROKEN= fetch - GNU_CONFIGURE= yes CONFIGURE_ARGS= --with-tcl --with-tcl-libs=${PREFIX}/lib --with-tk --with-tk-libs=${PREFIX}/lib |