diff options
author | Satoshi Asami <asami@FreeBSD.org> | 1998-08-19 00:50:53 +0000 |
---|---|---|
committer | Satoshi Asami <asami@FreeBSD.org> | 1998-08-19 00:50:53 +0000 |
commit | 23c0cc4048c0e5d90e71bf0c14f22a7bc3a4f0dc (patch) | |
tree | 8ecdc98dc98f080d3e12ff6ab49ff2604333389a /x11 | |
parent | Generally update this PLIST, too. (diff) |
Already can't fetch....
Diffstat (limited to 'x11')
-rw-r--r-- | x11/xautolock/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/x11/xautolock/Makefile b/x11/xautolock/Makefile index 2aa48b1d8957..be1381000164 100644 --- a/x11/xautolock/Makefile +++ b/x11/xautolock/Makefile @@ -3,7 +3,7 @@ # Date created: 20 Jul 1996 # Whom: Eric Blood <eblood@cs.unr.edu> # -# $Id: Makefile,v 1.3 1998/03/12 02:55:10 vanilla Exp $ +# $Id: Makefile,v 1.4 1998/08/18 03:11:35 vanilla Exp $ # DISTNAME= xautolock-pl13 @@ -15,6 +15,8 @@ EXTRACT_SUFX= .tz MAINTAINER= eblood@cs.unr.edu +BROKEN= fetch + USE_IMAKE= yes WRKSRC= ${WRKDIR}/xautolock-pl13 |