summaryrefslogtreecommitdiff
path: root/audio/libmpdclient/Makefile
diff options
context:
space:
mode:
authorobache <obache>2011-08-30 11:56:50 +0000
committerobache <obache>2011-08-30 11:56:50 +0000
commit7bda724407b041b3a48ba60f72e12fa2f7619e1c (patch)
treedcd992a9ec9f649ca17e0ed9dc2a34926e60759c /audio/libmpdclient/Makefile
parentf02e65c146752e48cbc6d1693599ac3b76fd2ddd (diff)
downloadpkgsrc-7bda724407b041b3a48ba60f72e12fa2f7619e1c.tar.gz
Force configure not to detect doxygen.
fixes PR#45302.
Diffstat (limited to 'audio/libmpdclient/Makefile')
-rw-r--r--audio/libmpdclient/Makefile4
1 files changed, 3 insertions, 1 deletions
diff --git a/audio/libmpdclient/Makefile b/audio/libmpdclient/Makefile
index 925505dea23..f86b530e5a9 100644
--- a/audio/libmpdclient/Makefile
+++ b/audio/libmpdclient/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.1.1.1 2011/02/27 15:04:58 wiz Exp $
+# $NetBSD: Makefile,v 1.2 2011/08/30 11:56:50 obache Exp $
#
DISTNAME= libmpdclient-2.4
@@ -18,4 +18,6 @@ USE_LIBTOOL= yes
PKGCONFIG_OVERRIDE+= libmpdclient.pc.in
+CONFIGURE_ENV+= ac_cv_path_DOXYGEN=
+
.include "../../mk/bsd.pkg.mk"