summaryrefslogtreecommitdiff
path: root/multimedia
diff options
context:
space:
mode:
authordsainty <dsainty>2008-06-21 13:09:09 +0000
committerdsainty <dsainty>2008-06-21 13:09:09 +0000
commit9d83ba7e3e5a9ac90786a89f13d45f24f9d9503a (patch)
tree003a44ff6de859230ff4d0eca2b0eda021a64d69 /multimedia
parent819d3af4f9a81d72bed6ae32184e7f811f81b9f5 (diff)
downloadpkgsrc-9d83ba7e3e5a9ac90786a89f13d45f24f9d9503a.tar.gz
Disable building documentation if Doxygen/LaTeX are present. Speeds up
the build, but more importantly, allows the build to complete should there be odd LaTeX/unicode issues floating about.
Diffstat (limited to 'multimedia')
-rw-r--r--multimedia/libdvdcss/Makefile4
1 files changed, 3 insertions, 1 deletions
diff --git a/multimedia/libdvdcss/Makefile b/multimedia/libdvdcss/Makefile
index cbe5fdc0225..cfe70edadc7 100644
--- a/multimedia/libdvdcss/Makefile
+++ b/multimedia/libdvdcss/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.17 2007/07/20 11:53:27 tnn Exp $
+# $NetBSD: Makefile,v 1.18 2008/06/21 13:09:09 dsainty Exp $
#
# In order to ensure compliance with U.S. and international law, please
# do not modify this file to provide pointers to the source or homepage
@@ -26,6 +26,8 @@ NO_BIN_ON_CDROM= ${RESTRICTED}
GNU_CONFIGURE= YES
USE_LIBTOOL= YES
+CONFIGURE_ENV+= ac_cv_path_DOXYGEN=no
+CONFIGURE_ENV+= ac_cv_path_LATEX=no
.include "../../mk/bsd.prefs.mk"