diff options
author | Satoshi Asami <asami@FreeBSD.org> | 1998-10-26 07:19:47 +0000 |
---|---|---|
committer | Satoshi Asami <asami@FreeBSD.org> | 1998-10-26 07:19:47 +0000 |
commit | 0deeb6b2cef9c1b63b1ac54c7332958f32593ad8 (patch) | |
tree | 2f51f7c49ac6937e3c62b65c5401fc3f05518826 /emulators/hfsutils | |
parent | db3aa5e9b4a60424c364fc8143606b3650edbffd (diff) | |
download | ports-0deeb6b2cef9c1b63b1ac54c7332958f32593ad8.tar.gz ports-0deeb6b2cef9c1b63b1ac54c7332958f32593ad8.zip |
Notes
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 57756bc4eead..403b90910728 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 |