diff options
author | Satoshi Asami <asami@FreeBSD.org> | 1997-01-24 10:39:20 +0000 |
---|---|---|
committer | Satoshi Asami <asami@FreeBSD.org> | 1997-01-24 10:39:20 +0000 |
commit | 2683beb64882e892c14a1e569a32bb830eccac8b (patch) | |
tree | b6f6daea4b64a9d25fb1e2d3de10389121b5c603 /x11-toolkits | |
parent | 67b760fa71a35d8e311f3fa63feab03f067a48b9 (diff) |
Notes
Diffstat (limited to 'x11-toolkits')
-rw-r--r-- | x11-toolkits/iv/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/x11-toolkits/iv/Makefile b/x11-toolkits/iv/Makefile index 484b03aaaf3c..3e36fc02fd6d 100644 --- a/x11-toolkits/iv/Makefile +++ b/x11-toolkits/iv/Makefile @@ -3,7 +3,7 @@ # Date created: 23.sept.1994 # Whom: adam # -# $Id: Makefile,v 1.11 1996/10/20 15:45:07 max Exp $ +# $Id: Makefile,v 1.12 1996/11/13 12:41:37 asami Exp $ # VERSION= 3.1 @@ -14,6 +14,7 @@ MASTER_SITES= ftp://interviews.stanford.edu/pub/ EXTRACT_SUFX= .tar.Z DISTFILES= ${DISTNAME}${EXTRACT_SUFX} +BROKEN= "ibuild doesn't build (how ironic)" WRKSRC= ${WRKDIR}/iv MAKEFILE= makefile |