diff options
author | pettai <pettai@pkgsrc.org> | 2010-10-19 20:23:18 +0000 |
---|---|---|
committer | pettai <pettai@pkgsrc.org> | 2010-10-19 20:23:18 +0000 |
commit | 20792cb5720141ed0060b33722ab7f12d85cccce (patch) | |
tree | a143aeb4c9ba1aa318d796346f7b34365984c0d7 /devel/log4shib/Makefile | |
parent | 0b4d264d89991e8c4ea013fff73d4d7450ca2aaa (diff) | |
download | pkgsrc-20792cb5720141ed0060b33722ab7f12d85cccce.tar.gz |
Fixes pkg/43699 ([devel/log4shib] build error)
Diffstat (limited to 'devel/log4shib/Makefile')
-rw-r--r-- | devel/log4shib/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/devel/log4shib/Makefile b/devel/log4shib/Makefile index 7f1947bd57f..9618435cbc9 100644 --- a/devel/log4shib/Makefile +++ b/devel/log4shib/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.2 2010/03/16 07:15:44 pettai Exp $ +# $NetBSD: Makefile,v 1.3 2010/10/19 20:23:18 pettai Exp $ # DISTNAME= log4shib-1.0.4 @@ -16,6 +16,7 @@ BUILD_DEFS+= VARBASE GNU_CONFIGURE= yes CONFIGURE_ARGS+= --localstatedir=${VARBASE} +CONFIGURE_ARGS+= --disable-doxygen USE_TOOLS+= pkg-config |