diff options
-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 57756bc..403b909 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.11 1998/10/03 22:06:12 steve Exp $ +# $Id: Makefile,v 1.12 1998/10/24 17:08:47 vanilla Exp $ # DISTNAME= hfsutils-3.2.2 @@ -14,6 +14,8 @@ MAINTAINER= vanilla@FreeBSD.ORG LIB_DEPENDS= tk80.1:${PORTSDIR}/x11-toolkits/tk80 +BROKEN= install + GNU_CONFIGURE= yes CONFIGURE_ARGS= --with-tcl --with-tk |