diff options
author | nia <nia@pkgsrc.org> | 2020-03-26 11:57:10 +0000 |
---|---|---|
committer | nia <nia@pkgsrc.org> | 2020-03-26 11:57:10 +0000 |
commit | 29298ae27e83be83e8d18a4c701704f276ebac7c (patch) | |
tree | 3304e2f0ff5c5b0b0a7baa8bb5da99a47c0dab8a | |
parent | 910f0a54239c8e884c2057357a8a6417e03afb41 (diff) | |
download | pkgsrc-29298ae27e83be83e8d18a4c701704f276ebac7c.tar.gz |
expat: Avoid detecting system docbook, resulting in PLIST conflicts
Noticed by Dr. Thomas Orgis
-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 |