diff options
author | vanilla <vanilla@FreeBSD.org> | 1998-03-21 14:47:32 +0800 |
---|---|---|
committer | vanilla <vanilla@FreeBSD.org> | 1998-03-21 14:47:32 +0800 |
commit | e57fa373fc1bd64293380114511346eaca3e08fc (patch) | |
tree | ae2b6a6a019f16b17e9dfd36edf11cd795a628bb /emulators | |
parent | 49b8bbd81b8ac36f76f4ea06a2a7d1482aa928b4 (diff) | |
download | freebsd-ports-gnome-e57fa373fc1bd64293380114511346eaca3e08fc.tar.gz freebsd-ports-gnome-e57fa373fc1bd64293380114511346eaca3e08fc.tar.zst freebsd-ports-gnome-e57fa373fc1bd64293380114511346eaca3e08fc.zip |
Remove BROKEN tag, and put a copy on my page.
Diffstat (limited to 'emulators')
-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 |