pkgsrc-Changes archive

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

CVS commit: pkgsrc/graphics/cheese



Module Name:    pkgsrc
Committed By:   nia
Date:           Mon Apr 12 13:34:56 UTC 2021

Modified Files:
        pkgsrc/graphics/cheese: Makefile

Log Message:
cheese: mark build-time dependencies


To generate a diff of this commit:
cvs rdiff -u -r1.93 -r1.94 pkgsrc/graphics/cheese/Makefile

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

Modified files:

Index: pkgsrc/graphics/cheese/Makefile
diff -u pkgsrc/graphics/cheese/Makefile:1.93 pkgsrc/graphics/cheese/Makefile:1.94
--- pkgsrc/graphics/cheese/Makefile:1.93        Tue Oct  6 19:51:17 2020
+++ pkgsrc/graphics/cheese/Makefile     Mon Apr 12 13:34:56 2021
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.93 2020/10/06 19:51:17 wiz Exp $
+# $NetBSD: Makefile,v 1.94 2021/04/12 13:34:56 nia Exp $
 
 DISTNAME=      cheese-3.34.0
 PKGREVISION=   5
@@ -36,9 +36,11 @@ PKGCONFIG_OVERRIDE+=         output/meson-priva
 .include "../../devel/meson/build.mk"
 .include "../../devel/glib2/schemas.mk"
 .include "../../audio/libcanberra/buildlink3.mk"
+BUILDLINK_DEPMETHOD.gobject-introspection?=    build
 .include "../../devel/gobject-introspection/buildlink3.mk"
 .include "../../graphics/hicolor-icon-theme/buildlink3.mk"
 .include "../../graphics/clutter-gtk/buildlink3.mk"
+BUILDLINK_DEPMETHOD.vala?=     build
 .include "../../lang/vala/buildlink3.mk"
 .include "../../multimedia/clutter-gst/buildlink3.mk"
 .include "../../multimedia/gstreamer1/buildlink3.mk"



Home | Main Index | Thread Index | Old Index