diff options
author | Justin M. Seger <jseger@FreeBSD.org> | 1998-10-13 10:53:36 +0000 |
---|---|---|
committer | Justin M. Seger <jseger@FreeBSD.org> | 1998-10-13 10:53:36 +0000 |
commit | d89e2cfb4e46bb12215feb0f7e63fefdc7c461b7 (patch) | |
tree | 05fcf93832c65e70ab571e1cf568a09701ba6c76 /textproc/glimpse/Makefile | |
parent | Add missing bitopts.h (diff) |
Mark BROKEN for ELF.
cd index ; make
cc -O -pipe -O -DSTRUCTURED_QUERIES=1 -L../agrep -L../libtemplate/template -L../libtemplate/util -L../compress -o buildcast buildcast.o region.o dir.o io.o build_in.o filetype.o simpletest.o getword.o memlook.o lib.o partition.o -lagrep -ltemplate -lutil
/usr/libexec/elf/ld: cannot open -ltemplate: No such file or directory
*** Error code 1
Diffstat (limited to 'textproc/glimpse/Makefile')
-rw-r--r-- | textproc/glimpse/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/textproc/glimpse/Makefile b/textproc/glimpse/Makefile index d4201c4a8e3b..fb9ea0abd034 100644 --- a/textproc/glimpse/Makefile +++ b/textproc/glimpse/Makefile @@ -3,7 +3,7 @@ # Date created: 25 August 1996 # Whom: chuckr@freebsd.org # -# $Id: Makefile,v 1.11 1997/04/27 00:11:47 asami Exp $ +# $Id: Makefile,v 1.12 1997/07/17 19:29:07 andreas Exp $ # DISTNAME= glimpse-4.0.src @@ -14,6 +14,8 @@ EXTRACT_SUFX= .tar.Z MAINTAINER= chuckr@freebsd.org +BROKEN_ELF= cannot open -ltemplate: No such file or directory + NO_CDROM= "Restrictive copyright (don't sell for profit)" GNU_CONFIGURE= yes MAN1= glimpse.1 glimpseindex.1 glimpseserver.1 agrep.1 |