pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/multimedia/libtheora Explicitly disable doxygen to avo...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/2c3d57e06e60
branches:  trunk
changeset: 516858:2c3d57e06e60
user:      jmmv <jmmv%pkgsrc.org@localhost>
date:      Sat Jul 29 19:45:30 2006 +0000

description:
Explicitly disable doxygen to avoid installing an extra, unregistered file
(FreeSans.ttf, which gets copied into the work directory when running this
tool).

diffstat:

 multimedia/libtheora/Makefile |  4 +++-
 1 files changed, 3 insertions(+), 1 deletions(-)

diffs (18 lines):

diff -r 254302f09f0b -r 2c3d57e06e60 multimedia/libtheora/Makefile
--- a/multimedia/libtheora/Makefile     Sat Jul 29 17:55:13 2006 +0000
+++ b/multimedia/libtheora/Makefile     Sat Jul 29 19:45:30 2006 +0000
@@ -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 @@
 USE_LIBTOOL=           YES
 TEST_TARGET=           check
 
+CONFIGURE_ARGS+=       HAVE_DOXYGEN=false
+
 .include "../../audio/libvorbis/buildlink3.mk"
 .include "../../multimedia/libogg/buildlink3.mk"
 



Home | Main Index | Thread Index | Old Index