diff options
author | Satoshi Asami <asami@FreeBSD.org> | 1997-11-22 01:28:05 +0000 |
---|---|---|
committer | Satoshi Asami <asami@FreeBSD.org> | 1997-11-22 01:28:05 +0000 |
commit | c2edbe851161413cd1207dcdd58c9f5928622a4c (patch) | |
tree | fee3ff06f6936e4cbc73781b9c9d62cd90518a7b /print/bibview | |
parent | Mark this port broken, it does not build. If it builds for -current, (diff) |
Mank this port BROKEN, it doesn't build.
Diffstat (limited to 'print/bibview')
-rw-r--r-- | print/bibview/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/print/bibview/Makefile b/print/bibview/Makefile index 25cdf5f67a42..9356c5212969 100644 --- a/print/bibview/Makefile +++ b/print/bibview/Makefile @@ -3,7 +3,7 @@ # Date created: 21 July 1997 # Whom: dbader@umiacs.umd.edu # -# $Id$ +# $Id: Makefile,v 1.1.1.1 1997/09/12 08:11:56 tg Exp $ # DISTNAME= bibview-2.2 @@ -13,6 +13,7 @@ MASTER_SITE_SUBDIR= biblio/bibtex/utils/bibview-2.0 MAINTAINER= dbader@umiacs.umd.edu +BROKEN= build USE_IMAKE= yes WRKSRC= ${WRKDIR}/bibview-2.2 |