pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/sysutils/libnotify libnotify: explicitly disable docbo...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/8be1326953d8
branches:  trunk
changeset: 399880:8be1326953d8
user:      wiz <wiz%pkgsrc.org@localhost>
date:      Sun Aug 18 08:03:17 2019 +0000

description:
libnotify: explicitly disable docbook docs.

To avoid PLIST issue when xmlto is installed.

diffstat:

 sysutils/libnotify/Makefile |  4 +++-
 1 files changed, 3 insertions(+), 1 deletions(-)

diffs (18 lines):

diff -r 3a1c78f7177a -r 8be1326953d8 sysutils/libnotify/Makefile
--- a/sysutils/libnotify/Makefile       Sun Aug 18 07:51:40 2019 +0000
+++ b/sysutils/libnotify/Makefile       Sun Aug 18 08:03:17 2019 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.52 2019/08/16 10:12:47 wiz Exp $
+# $NetBSD: Makefile,v 1.53 2019/08/18 08:03:17 wiz Exp $
 
 DISTNAME=      libnotify-0.7.8
 CATEGORIES=    sysutils gnome
@@ -21,6 +21,8 @@
 PKGCONFIG_OVERRIDE_STAGE=pre-install
 MAKE_ENV+=             LD_LIBRARY_PATH=${WRKSRC}/output/${PKGBASE}
 
+MESON_ARGS+=   -Ddocbook_docs=disabled
+
 .include "options.mk"
 
 .include "../../graphics/gdk-pixbuf2/buildlink3.mk"



Home | Main Index | Thread Index | Old Index