summaryrefslogtreecommitdiff
path: root/multimedia
diff options
context:
space:
mode:
authorjmmv <jmmv@pkgsrc.org>2006-07-29 19:45:30 +0000
committerjmmv <jmmv@pkgsrc.org>2006-07-29 19:45:30 +0000
commit8cefcc289377b0ac62a76a4e0b474fb55d3330ef (patch)
treeb26871c5d5997a168e0bbce178dde256ee3020d6 /multimedia
parent43fca8b678422867506a73bed75f33d3d1748222 (diff)
downloadpkgsrc-8cefcc289377b0ac62a76a4e0b474fb55d3330ef.tar.gz
Explicitly disable doxygen to avoid installing an extra, unregistered file
(FreeSans.ttf, which gets copied into the work directory when running this tool).
Diffstat (limited to 'multimedia')
-rw-r--r--multimedia/libtheora/Makefile4
1 files changed, 3 insertions, 1 deletions
diff --git a/multimedia/libtheora/Makefile b/multimedia/libtheora/Makefile
index 43c4dcb0752..814c8f1ec78 100644
--- a/multimedia/libtheora/Makefile
+++ b/multimedia/libtheora/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.11 2006/07/02 11:38:23 drochner Exp $
+# $NetBSD: Makefile,v 1.12 2006/07/29 19:45:30 jmmv Exp $
#
DISTNAME= libtheora-1.0alpha7
@@ -15,6 +15,8 @@ PKGCONFIG_OVERRIDE= theora.pc.in
USE_LIBTOOL= YES
TEST_TARGET= check
+CONFIGURE_ARGS+= HAVE_DOXYGEN=false
+
.include "../../audio/libvorbis/buildlink3.mk"
.include "../../multimedia/libogg/buildlink3.mk"