pkgsrc-Changes archive

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

CVS commit: pkgsrc/sysutils/libnotify



Module Name:    pkgsrc
Committed By:   wiz
Date:           Sun Aug 18 08:03:17 UTC 2019

Modified Files:
        pkgsrc/sysutils/libnotify: Makefile

Log Message:
libnotify: explicitly disable docbook docs.

To avoid PLIST issue when xmlto is installed.


To generate a diff of this commit:
cvs rdiff -u -r1.52 -r1.53 pkgsrc/sysutils/libnotify/Makefile

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: pkgsrc/sysutils/libnotify/Makefile
diff -u pkgsrc/sysutils/libnotify/Makefile:1.52 pkgsrc/sysutils/libnotify/Makefile:1.53
--- pkgsrc/sysutils/libnotify/Makefile:1.52     Fri Aug 16 10:12:47 2019
+++ pkgsrc/sysutils/libnotify/Makefile  Sun Aug 18 08:03:17 2019
@@ -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=   output/meson-private
 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