From ec5dbd8d5afea1910de82b884d34c3b9e544c0fb Mon Sep 17 00:00:00 2001 From: is Date: Thu, 22 Jan 2009 15:14:23 +0000 Subject: If transfig is installed during the build, but gs is not, building fails. As we don't want to install the docs but from a seperate package, just disable all doc-building tools to be on the safe side. PR 40452 --- multimedia/libtheora/Makefile | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) (limited to 'multimedia/libtheora') diff --git a/multimedia/libtheora/Makefile b/multimedia/libtheora/Makefile index 1c07b9c77b4..7ea757bc7c9 100644 --- a/multimedia/libtheora/Makefile +++ b/multimedia/libtheora/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.22 2008/11/05 14:55:23 wiz Exp $ +# $NetBSD: Makefile,v 1.23 2009/01/22 15:14:23 is Exp $ # .include "Makefile.common" @@ -10,7 +10,12 @@ USE_LIBTOOL= YES TEST_TARGET= check # disable doxygen, see libtheora-docs package +# also, disable transfig, and *tex. + CONFIGURE_ENV+= HAVE_DOXYGEN=no +CONFIGURE_ENV+= HAVE_TRANSFIG=no +CONFIGURE_ENV+= HAVE_BIBTEX=no +CONFIGURE_ENV+= HAVE_PDFLATEX=no # avoid installing docs do-install: -- cgit v1.2.3