diff options
author | drochner <drochner@pkgsrc.org> | 2008-11-20 21:49:34 +0000 |
---|---|---|
committer | drochner <drochner@pkgsrc.org> | 2008-11-20 21:49:34 +0000 |
commit | 9d608b6dbcd257f4d683a0471ee45265ea8a6777 (patch) | |
tree | 7acdbce6133b807e4eedeb9afb0d4047e91b02ab /devel | |
parent | 06e159b2909aea0e3739f196ca851c1706f73231 (diff) | |
download | pkgsrc-9d608b6dbcd257f4d683a0471ee45265ea8a6777.tar.gz |
tell configure to ignore doxygen even if present, to avoid build
inconsistencies
Diffstat (limited to 'devel')
-rw-r--r-- | devel/libmtp/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/devel/libmtp/Makefile b/devel/libmtp/Makefile index d004a576059..1b4f9b7a76c 100644 --- a/devel/libmtp/Makefile +++ b/devel/libmtp/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.1.1.1 2008/09/06 23:24:08 wiz Exp $ +# $NetBSD: Makefile,v 1.2 2008/11/20 21:49:34 drochner Exp $ # DISTNAME= libmtp-0.3.1 @@ -15,6 +15,7 @@ USE_PKGLOCALEDIR= yes USE_LIBTOOL= yes USE_TOOLS+= pkg-config GNU_CONFIGURE= yes +CONFIGURE_ENV+= HAVE_DOXYGEN=false PKGCONFIG_OVERRIDE+= libmtp.pc.in |