pkgsrc/textproc/catdoc/Makefile
is 4c78cba8f4 getopt() returns an int so that -1 can be distinguished from any character
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.
2005-06-22 21:11:35 +00:00

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"