diff options
author | Satoshi Asami <asami@FreeBSD.org> | 1998-03-21 02:25:03 +0000 |
---|---|---|
committer | Satoshi Asami <asami@FreeBSD.org> | 1998-03-21 02:25:03 +0000 |
commit | 64d60f3986a7b051cdd84068f6947cb4ea10b0db (patch) | |
tree | fdea5a92fc99081533445bfa751f96169a0df133 /emulators/hfsutils | |
parent | NO_PATCH is a no-op. (diff) |
Mark this port BROKEN, I can't fetch it.
Diffstat (limited to 'emulators/hfsutils')
-rw-r--r-- | emulators/hfsutils/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/emulators/hfsutils/Makefile b/emulators/hfsutils/Makefile index c6abcc584cff..e3e5ca25e6d2 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.4 1998/02/21 22:37:59 fenner Exp $ +# $Id: Makefile,v 1.6 1998/03/12 08:05:26 vanilla Exp $ # DISTNAME= hfsutils-3.2 @@ -14,6 +14,8 @@ 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 |