pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/graphics/gdk-pixbuf2 Disable man page explicitly to fo...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/2920bae28c67
branches:  trunk
changeset: 336731:2920bae28c67
user:      ryoon <ryoon%pkgsrc.org@localhost>
date:      Sun Jul 21 12:45:49 2019 +0000

description:
Disable man page explicitly to follow PLIST

diffstat:

 graphics/gdk-pixbuf2/Makefile |  3 ++-
 1 files changed, 2 insertions(+), 1 deletions(-)

diffs (17 lines):

diff -r 2683aef44c95 -r 2920bae28c67 graphics/gdk-pixbuf2/Makefile
--- a/graphics/gdk-pixbuf2/Makefile     Sun Jul 21 12:41:24 2019 +0000
+++ b/graphics/gdk-pixbuf2/Makefile     Sun Jul 21 12:45:49 2019 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.36 2019/07/21 10:11:13 wiz Exp $
+# $NetBSD: Makefile,v 1.37 2019/07/21 12:45:49 ryoon Exp $
 
 DISTNAME=      gdk-pixbuf-${PIXBUF2_VERSION}
 PKGNAME=       ${DISTNAME:S/pixbuf/pixbuf2/}
@@ -20,6 +20,7 @@
 
 MESON_ARGS+=   -D installed_tests=false
 MESON_ARGS+=   -D x11=false
+MESON_ARGS+=   -D man=false
 PKGCONFIG_OVERRIDE_STAGE=pre-install
 PKGCONFIG_OVERRIDE=    output/meson-private/gdk-pixbuf-2.0.pc
 



Home | Main Index | Thread Index | Old Index