diff options
author | asami <asami@FreeBSD.org> | 1997-11-22 09:28:05 +0800 |
---|---|---|
committer | asami <asami@FreeBSD.org> | 1997-11-22 09:28:05 +0800 |
commit | d814e562f890fd024c37111f180d9ee2b178810e (patch) | |
tree | 83edd466d27eff12c2e27ca828fc9d8181d696f8 /print | |
parent | 6b2da7d69a021aaa78707533397115df6a78d718 (diff) | |
download | freebsd-ports-gnome-d814e562f890fd024c37111f180d9ee2b178810e.tar.gz freebsd-ports-gnome-d814e562f890fd024c37111f180d9ee2b178810e.tar.zst freebsd-ports-gnome-d814e562f890fd024c37111f180d9ee2b178810e.zip |
Mank this port BROKEN, it doesn't build.
Diffstat (limited to 'print')
-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 |