summaryrefslogtreecommitdiff
path: root/multimedia
diff options
context:
space:
mode:
authortron <tron>2009-01-22 20:18:30 +0000
committertron <tron>2009-01-22 20:18:30 +0000
commitaf958b0712e8e3d3bffbfd4eec4ddd5568baa39d (patch)
tree85175f5b8f802448752bc1e27a82984a2cc984c2 /multimedia
parent77ab41bfc71e3737dd02d57f073c9354ebe526a6 (diff)
downloadpkgsrc-af958b0712e8e3d3bffbfd4eec4ddd5568baa39d.tar.gz
Pullup ticket #2651 - requested by is
libtheora: build fix Revisions pulled up: - multimedia/libtheora/Makefile 1.23 --- Module Name: pkgsrc Committed By: is Date: Thu Jan 22 15:14:23 UTC 2009 Modified Files: pkgsrc/multimedia/libtheora: Makefile Log Message: 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/Makefile7
1 files changed, 6 insertions, 1 deletions
diff --git a/multimedia/libtheora/Makefile b/multimedia/libtheora/Makefile
index 1c07b9c77b4..5b74a0f28f2 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.22.2.1 2009/01/22 20:18:30 tron 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: