diff options
author | reed <reed@pkgsrc.org> | 2011-02-18 18:00:43 +0000 |
---|---|---|
committer | reed <reed@pkgsrc.org> | 2011-02-18 18:00:43 +0000 |
commit | d887b5dd279114f7405bb38ab5fa7dddd3a5e036 (patch) | |
tree | 9f92eb2c804d09996097526c7a2940cf328884b3 /devel | |
parent | c28122ce4f00ce4e827c52f235c63f05beebf2ab (diff) | |
download | pkgsrc-d887b5dd279114f7405bb38ab5fa7dddd3a5e036.tar.gz |
Disable build/install of doxygen-built HTML docs.
No change to working package.
This was reported in PR #44596
Diffstat (limited to 'devel')
-rw-r--r-- | devel/log4cxx/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/devel/log4cxx/Makefile b/devel/log4cxx/Makefile index bc72367ce29..bca51472d02 100644 --- a/devel/log4cxx/Makefile +++ b/devel/log4cxx/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.1.1.1 2011/01/31 17:27:43 reed Exp $ +# $NetBSD: Makefile,v 1.2 2011/02/18 18:00:43 reed Exp $ DISTNAME= apache-log4cxx-0.10.0 PKGNAME= ${DISTNAME:S/apache-//} @@ -15,6 +15,8 @@ USE_TOOLS+= gmake pkg-config # c for configure USE_LANGUAGES= c c++ +CONFIGURE_ARGS+= --disable-doxygen --disable-html-docs + PKG_DESTDIR_SUPPORT= user-destdir PKGCONFIG_OVERRIDE+= liblog4cxx.pc.in |