diff options
author | Satoshi Asami <asami@FreeBSD.org> | 1998-02-25 10:10:53 +0000 |
---|---|---|
committer | Satoshi Asami <asami@FreeBSD.org> | 1998-02-25 10:10:53 +0000 |
commit | 56b037498ceed3674590fd41f7bc27fbe932351f (patch) | |
tree | 870fed885de1701dbc67fdec698a0e6792050d5d /misc/dotfile | |
parent | Define NO_LATEST_LINK, this is a beta. (diff) |
Mark this port broken, doesn't package.
Diffstat (limited to 'misc/dotfile')
-rw-r--r-- | misc/dotfile/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/misc/dotfile/Makefile b/misc/dotfile/Makefile index c9c0a4ab4f4f..237e2155e797 100644 --- a/misc/dotfile/Makefile +++ b/misc/dotfile/Makefile @@ -3,7 +3,7 @@ # Date created: 11/12/96 # Whom: oly@world.std.com # -# $Id: Makefile,v 1.6 1997/11/22 20:38:23 jseger Exp $ +# $Id: Makefile,v 1.7 1998/02/23 04:09:58 steve Exp $ # DISTNAME= dotfile-2.2 @@ -15,6 +15,8 @@ MAINTAINER= oly@world.std.com LIB_DEPENDS= tk80\\.1:${PORTSDIR}/x11/tk80 RUN_DEPENDS= wish8.0:${PORTSDIR}/x11/tk80 +BROKEN= package + GNU_CONFIGURE= yes MAN1= dotfile.1 |