pkgsrc-Changes archive

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

CVS commit: pkgsrc/fonts/harfbuzz



Module Name:    pkgsrc
Committed By:   wiz
Date:           Sat Jan 27 09:58:18 UTC 2024

Modified Files:
        pkgsrc/fonts/harfbuzz: options.mk

Log Message:
harfbuzz: fix build


To generate a diff of this commit:
cvs rdiff -u -r1.14 -r1.15 pkgsrc/fonts/harfbuzz/options.mk

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

Modified files:

Index: pkgsrc/fonts/harfbuzz/options.mk
diff -u pkgsrc/fonts/harfbuzz/options.mk:1.14 pkgsrc/fonts/harfbuzz/options.mk:1.15
--- pkgsrc/fonts/harfbuzz/options.mk:1.14       Sat Jan 27 02:09:19 2024
+++ pkgsrc/fonts/harfbuzz/options.mk    Sat Jan 27 09:58:18 2024
@@ -1,4 +1,4 @@
-# $NetBSD: options.mk,v 1.14 2024/01/27 02:09:19 riastradh Exp $
+# $NetBSD: options.mk,v 1.15 2024/01/27 09:58:18 wiz Exp $
 
 PKG_OPTIONS_VAR=       PKG_OPTIONS.harfbuzz
 PKG_SUPPORTED_OPTIONS+=        doc introspection
@@ -22,6 +22,7 @@ MESON_ARGS+=  -Dintrospection=enabled
 # XXX This should be TOOL_DEPENDS, no?
 BUILDLINK_DEPMETHOD.gobject-introspection+=    build
 .include "../../devel/gobject-introspection/buildlink3.mk"
+PLIST.introspection=   yes
 .else
 MESON_ARGS+=   -Dintrospection=disabled
 .endif



Home | Main Index | Thread Index | Old Index