pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/audio/flac Explicitly disable doxygen support to avoid...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/b9577b8906bb
branches:  trunk
changeset: 517016:b9577b8906bb
user:      jmmv <jmmv%pkgsrc.org@localhost>
date:      Wed Aug 02 21:22:26 2006 +0000

description:
Explicitly disable doxygen support to avoid installing extra documentation
files when it is installed.

diffstat:

 audio/flac/Makefile |  4 +++-
 1 files changed, 3 insertions(+), 1 deletions(-)

diffs (19 lines):

diff -r f379a39cfa9e -r b9577b8906bb audio/flac/Makefile
--- a/audio/flac/Makefile       Wed Aug 02 21:17:16 2006 +0000
+++ b/audio/flac/Makefile       Wed Aug 02 21:22:26 2006 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.35 2006/02/05 23:08:08 joerg Exp $
+# $NetBSD: Makefile,v 1.36 2006/08/02 21:22:26 jmmv Exp $
 
 DISTNAME=      flac-1.1.2
 PKGREVISION=   1
@@ -16,7 +16,9 @@
 USE_TOOLS+=            gmake
 USE_LANGUAGES=         c c++
 GNU_CONFIGURE=         yes
+
 CONFIGURE_ENV+=                ac_cv_path_XMMS_CONFIG="no"
+CONFIGURE_ENV+=                ac_cv_prog_DOXYGEN=""
 
 .include "../../mk/bsd.prefs.mk"
 



Home | Main Index | Thread Index | Old Index