4c78cba8f4
value (xls2csv wouldn't accept any command line without this fix). While we're here, add <stdlib.h> to analyze.c so that exit() is declared.
11 lines
207 B
Makefile
11 lines
207 B
Makefile
# $NetBSD: Makefile,v 1.26 2005/06/22 21:11:35 is Exp $
|
|
#
|
|
|
|
.include "Makefile.common"
|
|
|
|
PKGREVISION= 2
|
|
|
|
CONFIGURE_ARGS+= --disable-wordview
|
|
CONFIGURE_ENV+= enable_wordview=no
|
|
|
|
.include "../../mk/bsd.pkg.mk"
|