pkgsrc-Changes archive

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

CVS commit: pkgsrc/net/gssdp



Module Name:    pkgsrc
Committed By:   wiz
Date:           Tue Apr 13 10:59:08 UTC 2021

Modified Files:
        pkgsrc/net/gssdp: Makefile

Log Message:
gssdp: make vala build dependency

Bump PKGREVISION.


To generate a diff of this commit:
cvs rdiff -u -r1.90 -r1.91 pkgsrc/net/gssdp/Makefile

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

Modified files:

Index: pkgsrc/net/gssdp/Makefile
diff -u pkgsrc/net/gssdp/Makefile:1.90 pkgsrc/net/gssdp/Makefile:1.91
--- pkgsrc/net/gssdp/Makefile:1.90      Thu Nov  5 09:07:03 2020
+++ pkgsrc/net/gssdp/Makefile   Tue Apr 13 10:59:08 2021
@@ -1,7 +1,7 @@
-# $NetBSD: Makefile,v 1.90 2020/11/05 09:07:03 ryoon Exp $
+# $NetBSD: Makefile,v 1.91 2021/04/13 10:59:08 wiz Exp $
 
 DISTNAME=      gssdp-1.0.3
-PKGREVISION=   12
+PKGREVISION=   13
 CATEGORIES=    net
 MASTER_SITES=  ${MASTER_SITE_GNOME:=sources/gssdp/1.0/}
 EXTRACT_SUFX=  .tar.xz
@@ -20,6 +20,7 @@ PKGCONFIG_OVERRIDE+=  gssdp-1.0.pc.in
 
 .include "../../devel/glib2/buildlink3.mk"
 .include "../../devel/gobject-introspection/buildlink3.mk"
+BUILDLINK_DEPMETHOD.vala?=     build
 .include "../../lang/vala/buildlink3.mk"
 .include "../../net/libsoup/buildlink3.mk"
 .include "../../mk/bsd.pkg.mk"



Home | Main Index | Thread Index | Old Index