pkgsrc-Changes archive

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

CVS commit: pkgsrc/devel/appstream-glib



Module Name:    pkgsrc
Committed By:   nia
Date:           Fri May 21 15:41:00 UTC 2021

Modified Files:
        pkgsrc/devel/appstream-glib: Makefile

Log Message:
appstream-glib: needs msgfmt, xgettext for translations


To generate a diff of this commit:
cvs rdiff -u -r1.10 -r1.11 pkgsrc/devel/appstream-glib/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/appstream-glib/Makefile
diff -u pkgsrc/devel/appstream-glib/Makefile:1.10 pkgsrc/devel/appstream-glib/Makefile:1.11
--- pkgsrc/devel/appstream-glib/Makefile:1.10   Wed Apr 21 11:41:22 2021
+++ pkgsrc/devel/appstream-glib/Makefile        Fri May 21 15:41:00 2021
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.10 2021/04/21 11:41:22 adam Exp $
+# $NetBSD: Makefile,v 1.11 2021/05/21 15:41:00 nia Exp $
 
 DISTNAME=      appstream-glib-0.7.18
 PKGREVISION=   2
@@ -11,9 +11,9 @@ HOMEPAGE=     https://github.com/hughsie/app
 COMMENT=       GObjects and helper methods for AppStream metadata
 LICENSE=       gnu-lgpl-v2.1
 
-BUILD_DEPENDS+=        docbook-xsl-[0-9]*:../../textproc/docbook-xsl
+TOOL_DEPENDS+= docbook-xsl-[0-9]*:../../textproc/docbook-xsl
 
-USE_TOOLS+=            pkg-config
+USE_TOOLS+=            pkg-config msgfmt xgettext
 USE_PKGLOCALEDIR=      yes
 USE_LANGUAGES=         c c++
 



Home | Main Index | Thread Index | Old Index