Subject: CVS commit: pkgsrc/devel/ncurses
To: None <pkgsrc-changes@NetBSD.org>
From: Tobias Nygren <tnn@netbsd.org>
List: pkgsrc-changes
Date: 07/02/2007 02:08:20
Module Name:	pkgsrc
Committed By:	tnn
Date:		Mon Jul  2 02:08:20 UTC 2007

Modified Files:
	pkgsrc/devel/ncurses: Makefile.common

Log Message:
On platforms that have neither a builtin groff nor builtin curses
we can end up with a circular dependency:

ncurses -> groff -> netpbm -> flex -> bison -> gtexinfo -> ncurses

ncurses may depend on groff because of USE_TOOLS+=tbl.
Break the circular dependency by using --without-manpage-tbl
if there is no tbl(1) available and we're unable to build
groff because of missing curses.


To generate a diff of this commit:
cvs rdiff -r1.5 -r1.6 pkgsrc/devel/ncurses/Makefile.common

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.