summaryrefslogtreecommitdiff
path: root/multimedia
diff options
context:
space:
mode:
authordsainty <dsainty@pkgsrc.org>2008-06-21 13:09:09 +0000
committerdsainty <dsainty@pkgsrc.org>2008-06-21 13:09:09 +0000
commit7edc6f196b58e5fb840a134ad7d1363ac71d7c3c (patch)
tree003a44ff6de859230ff4d0eca2b0eda021a64d69 /multimedia
parentcee37d42ea8acb1a8290ea134556dc3cb5f1b412 (diff)
downloadpkgsrc-7edc6f196b58e5fb840a134ad7d1363ac71d7c3c.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"