diff options
author | is <is> | 2009-01-22 15:14:23 +0000 |
---|---|---|
committer | is <is> | 2009-01-22 15:14:23 +0000 |
commit | 388e5da060eafa3880deaeafc7a0dfc0b2db9012 (patch) | |
tree | d8501e09d8e5fb7471b4838550017ca5ca9b60c1 /multimedia | |
parent | 3add0f816617318e03d46f048845b9ae790c6e8e (diff) | |
download | pkgsrc-388e5da060eafa3880deaeafc7a0dfc0b2db9012.tar.gz |
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
Diffstat (limited to 'multimedia')
-rw-r--r-- | multimedia/libtheora/Makefile | 7 |
1 files changed, 6 insertions, 1 deletions
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: |