diff options
Diffstat (limited to 'emulators')
-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 |