diff options
author | tron <tron@pkgsrc.org> | 2008-04-23 12:26:47 +0000 |
---|---|---|
committer | tron <tron@pkgsrc.org> | 2008-04-23 12:26:47 +0000 |
commit | c38aed8c1abdc6ec83a36d6495f4cc89e86ae657 (patch) | |
tree | 17f84eefe5db09e961528bfbb48b5eb8054edef8 /multimedia/libtheora | |
parent | a48512c117f4c9091aff75cd1d307f4f4ee39d38 (diff) | |
download | pkgsrc-c38aed8c1abdc6ec83a36d6495f4cc89e86ae657.tar.gz |
Stop the "configure" script from picking up "doxygen" or "pdflatex"
which will break the build later (and would cause package list
inconsistencies if the build succeeded).
Diffstat (limited to 'multimedia/libtheora')
-rw-r--r-- | multimedia/libtheora/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/multimedia/libtheora/Makefile b/multimedia/libtheora/Makefile index 2a63971da68..39943b8004d 100644 --- a/multimedia/libtheora/Makefile +++ b/multimedia/libtheora/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.16 2008/04/22 20:27:04 wiz Exp $ +# $NetBSD: Makefile,v 1.17 2008/04/23 12:26:47 tron Exp $ # DISTNAME= libtheora-1.0beta3 @@ -21,6 +21,8 @@ CONFIGURE_ARGS+= --disable-examples CONFIGURE_ARGS+= HAVE_DOXYGEN=false # disable player CONFIGURE_ENV+= ac_cv_path_SDL_CONFIG=no +CONFIGURE_ENV+= ac_cv_prog_HAVE_DOXYGEN=no +CONFIGURE_ENV+= ac_cv_prog_HAVE_PDFLATEX=no .include "../../mk/bsd.prefs.mk" |