pkgsrc-Changes archive

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

CVS commit: pkgsrc/graphics/gexiv2



Module Name:    pkgsrc
Committed By:   nia
Date:           Fri Aug  2 08:21:05 UTC 2019

Modified Files:
        pkgsrc/graphics/gexiv2: Makefile

Log Message:
gexiv2: Require vala for build only


To generate a diff of this commit:
cvs rdiff -u -r1.5 -r1.6 pkgsrc/graphics/gexiv2/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/gexiv2/Makefile
diff -u pkgsrc/graphics/gexiv2/Makefile:1.5 pkgsrc/graphics/gexiv2/Makefile:1.6
--- pkgsrc/graphics/gexiv2/Makefile:1.5 Tue Jul 16 08:27:39 2019
+++ pkgsrc/graphics/gexiv2/Makefile     Fri Aug  2 08:21:05 2019
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.5 2019/07/16 08:27:39 nia Exp $
+# $NetBSD: Makefile,v 1.6 2019/08/02 08:21:05 nia Exp $
 
 DISTNAME=      gexiv2-0.12.0
 CATEGORIES=    graphics devel
@@ -29,5 +29,6 @@ BUILDLINK_TRANSFORM.SunOS+=   rm:-Wl,--ver
 .include "../../devel/glib2/buildlink3.mk"
 .include "../../devel/gobject-introspection/buildlink3.mk"
 .include "../../graphics/exiv2/buildlink3.mk"
+BUILDLINK_DEPMETHOD.vala=      build
 .include "../../lang/vala/buildlink3.mk"
 .include "../../mk/bsd.pkg.mk"



Home | Main Index | Thread Index | Old Index