pkgsrc-Changes archive

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

CVS commit: pkgsrc/devel/libhandy



Module Name:    pkgsrc
Committed By:   nia
Date:           Mon Apr 12 13:32:41 UTC 2021

Modified Files:
        pkgsrc/devel/libhandy: Makefile

Log Message:
libhandy: mark build-time dependencies


To generate a diff of this commit:
cvs rdiff -u -r1.10 -r1.11 pkgsrc/devel/libhandy/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/libhandy/Makefile
diff -u pkgsrc/devel/libhandy/Makefile:1.10 pkgsrc/devel/libhandy/Makefile:1.11
--- pkgsrc/devel/libhandy/Makefile:1.10 Tue Nov 10 17:39:05 2020
+++ pkgsrc/devel/libhandy/Makefile      Mon Apr 12 13:32:41 2021
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.10 2020/11/10 17:39:05 nia Exp $
+# $NetBSD: Makefile,v 1.11 2021/04/12 13:32:41 nia Exp $
 
 DISTNAME=      libhandy-v0.0.13
 PKGNAME=       ${DISTNAME:S/-v/-/1}
@@ -22,8 +22,10 @@ PYTHON_FOR_BUILD_ONLY=       tool
 PKGCONFIG_OVERRIDE_STAGE=      pre-install
 PKGCONFIG_OVERRIDE+=           output/meson-private/libhandy-0.0.pc
 
+BUILDLINK_DEPMETHOD.gobject-introspection?=    build
 .include "../../devel/gobject-introspection/buildlink3.mk"
 .include "../../devel/meson/build.mk"
+BUILDLINK_DEPMETHOD.vala?=     build
 .include "../../lang/vala/buildlink3.mk"
 .include "../../x11/gtk3/buildlink3.mk"
 .include "../../mk/bsd.pkg.mk"



Home | Main Index | Thread Index | Old Index