summaryrefslogtreecommitdiff
path: root/audio/flac
diff options
context:
space:
mode:
authorjmmv <jmmv@pkgsrc.org>2006-08-02 21:22:26 +0000
committerjmmv <jmmv@pkgsrc.org>2006-08-02 21:22:26 +0000
commit3ae62b88187d967abf68ad775344f7dd334278f4 (patch)
tree5802e44b75ee03078953303840570e64ae5df884 /audio/flac
parent7090e0a75bb48feb6700b4b4b72742ad799c20bf (diff)
downloadpkgsrc-3ae62b88187d967abf68ad775344f7dd334278f4.tar.gz
Explicitly disable doxygen support to avoid installing extra documentation
files when it is installed.
Diffstat (limited to 'audio/flac')
-rw-r--r--audio/flac/Makefile4
1 files changed, 3 insertions, 1 deletions
diff --git a/audio/flac/Makefile b/audio/flac/Makefile
index f1966582c79..40447b43464 100644
--- a/audio/flac/Makefile
+++ b/audio/flac/Makefile
@@ -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_LIBTOOL= yes
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"