diff options
author | is <is@pkgsrc.org> | 2009-01-22 15:14:23 +0000 |
---|---|---|
committer | is <is@pkgsrc.org> | 2009-01-22 15:14:23 +0000 |
commit | ec5dbd8d5afea1910de82b884d34c3b9e544c0fb (patch) | |
tree | d8501e09d8e5fb7471b4838550017ca5ca9b60c1 /multimedia/libtheora | |
parent | 8e1126977a437418a19cb97d248aa967e42e9f97 (diff) | |
download | pkgsrc-ec5dbd8d5afea1910de82b884d34c3b9e544c0fb.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/libtheora')
-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: |