diff options
Diffstat (limited to 'textproc/expat/Makefile')
-rw-r--r-- | textproc/expat/Makefile | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/textproc/expat/Makefile b/textproc/expat/Makefile index d64fd14c555..059341215af 100644 --- a/textproc/expat/Makefile +++ b/textproc/expat/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.41 2020/03/23 18:39:03 nia Exp $ +# $NetBSD: Makefile,v 1.42 2020/03/26 11:57:10 nia Exp $ DISTNAME= expat-2.2.9 CATEGORIES= textproc @@ -20,6 +20,10 @@ USE_LIBTOOL= yes #USE_TOOLS+= bash #REPLACE_BASH= test-driver-wrapper.sh +CONFIGURE_ARGS+= --without-examples +CONFIGURE_ARGS+= --without-tests +CONFIGURE_ARGS+= --without-docbook + PKGCONFIG_OVERRIDE+= expat.pc.in DOCDIR= ${PREFIX}/share/doc/expat |