diff options
author | markd <markd@pkgsrc.org> | 2013-04-28 01:50:57 +0000 |
---|---|---|
committer | markd <markd@pkgsrc.org> | 2013-04-28 01:50:57 +0000 |
commit | 6c1e65ecfbfb541f8c5840108c5384d5e88f4450 (patch) | |
tree | 9212dbcb7d37e621039bfffc0d926a70af08fe6e /multimedia | |
parent | 6bc7195cb8032875347e081df08c52c0def424d1 (diff) | |
download | pkgsrc-6c1e65ecfbfb541f8c5840108c5384d5e88f4450.tar.gz |
Don't let configure find doxygen as --disable-apidoc no longer works.
Diffstat (limited to 'multimedia')
-rw-r--r-- | multimedia/libdvdcss/Makefile | 3 |
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" |