pkgsrc-Changes archive

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

CVS commit: pkgsrc/devel/libhandy1



Module Name:    pkgsrc
Committed By:   nia
Date:           Mon Apr 12 13:33:14 UTC 2021

Modified Files:
        pkgsrc/devel/libhandy1: Makefile

Log Message:
libhandy1: mark build-time dependencies


To generate a diff of this commit:
cvs rdiff -u -r1.2 -r1.3 pkgsrc/devel/libhandy1/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/libhandy1/Makefile
diff -u pkgsrc/devel/libhandy1/Makefile:1.2 pkgsrc/devel/libhandy1/Makefile:1.3
--- pkgsrc/devel/libhandy1/Makefile:1.2 Wed Nov 11 08:50:40 2020
+++ pkgsrc/devel/libhandy1/Makefile     Mon Apr 12 13:33:14 2021
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.2 2020/11/11 08:50:40 nia Exp $
+# $NetBSD: Makefile,v 1.3 2021/04/12 13:33:14 nia Exp $
 
 DISTNAME=      libhandy-1.0.1
 PKGNAME=       ${DISTNAME:S/libhandy/libhandy1/1}
@@ -22,8 +22,10 @@ PYTHON_FOR_BUILD_ONLY=       tool
 PKGCONFIG_OVERRIDE_STAGE=      pre-install
 PKGCONFIG_OVERRIDE+=           output/meson-private/libhandy-1.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