pkgsrc-Changes archive

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

CVS commit: pkgsrc/devel/pango



Module Name:    pkgsrc
Committed By:   wiz
Date:           Sun Sep 21 17:48:32 UTC 2025

Modified Files:
        pkgsrc/devel/pango: Makefile

Log Message:
pango: explicitly disable documentation option


To generate a diff of this commit:
cvs rdiff -u -r1.275 -r1.276 pkgsrc/devel/pango/Makefile

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

Modified files:

Index: pkgsrc/devel/pango/Makefile
diff -u pkgsrc/devel/pango/Makefile:1.275 pkgsrc/devel/pango/Makefile:1.276
--- pkgsrc/devel/pango/Makefile:1.275   Sun Sep 21 14:56:33 2025
+++ pkgsrc/devel/pango/Makefile Sun Sep 21 17:48:31 2025
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.275 2025/09/21 14:56:33 wiz Exp $
+# $NetBSD: Makefile,v 1.276 2025/09/21 17:48:31 wiz Exp $
 
 DISTNAME=      pango-1.57.0
 CATEGORIES=    devel fonts
@@ -25,6 +25,7 @@ SUBST_VARS.wrksrc=    WRKSRC
 MESON_REQD+=           1.2.0
 MESON_ARGS+=           -Dcairo=enabled
 MESON_ARGS+=           -Dfontconfig=enabled
+MESON_ARGS+=           -Ddocumentation=false
 
 .if ${USE_CROSS_COMPILE:tl} == "yes"
 TOOL_DEPENDS+=                 glib2-tools>=0:../../devel/glib2-tools



Home | Main Index | Thread Index | Old Index