diff options
-rw-r--r-- | graphics/gdk-pixbuf2/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/graphics/gdk-pixbuf2/Makefile b/graphics/gdk-pixbuf2/Makefile index 83ab80b1f95..fdd80b0ab13 100644 --- a/graphics/gdk-pixbuf2/Makefile +++ b/graphics/gdk-pixbuf2/Makefile @@ -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 @@ MAKE_ENV+= LD_LIBRARY_PATH=${WRKSRC}/output/gdk-pixbuf 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 |