summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authormarkd <markd@pkgsrc.org>2013-04-28 01:50:57 +0000
committermarkd <markd@pkgsrc.org>2013-04-28 01:50:57 +0000
commit6c1e65ecfbfb541f8c5840108c5384d5e88f4450 (patch)
tree9212dbcb7d37e621039bfffc0d926a70af08fe6e
parent6bc7195cb8032875347e081df08c52c0def424d1 (diff)
downloadpkgsrc-6c1e65ecfbfb541f8c5840108c5384d5e88f4450.tar.gz
Don't let configure find doxygen as --disable-apidoc no longer works.
-rw-r--r--multimedia/libdvdcss/Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/multimedia/libdvdcss/Makefile b/multimedia/libdvdcss/Makefile
index 8e01bc2b16b..7761419565b 100644
--- a/multimedia/libdvdcss/Makefile
+++ b/multimedia/libdvdcss/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.27 2013/04/01 20:34:33 adam Exp $
+# $NetBSD: Makefile,v 1.28 2013/04/28 01:50:57 markd 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
@@ -27,6 +27,7 @@ PKGCONFIG_OVERRIDE= src/libdvdcss.pc.in
USE_LIBTOOL= yes
USE_TOOLS+= gmake
GNU_CONFIGURE= yes
+CONFIGURE_ENV+= ac_cv_path_DOXYGEN=
CONFIGURE_ARGS+= --disable-apidoc
.include "../../mk/bsd.prefs.mk"