pkgsrc-Changes archive

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

CVS commit: pkgsrc/databases/shared-mime-info



Module Name:    pkgsrc
Committed By:   wiz
Date:           Mon Jan 30 13:29:00 UTC 2023

Modified Files:
        pkgsrc/databases/shared-mime-info: Makefile

Log Message:
shared-mime-info: remove unneeded intltool tool dependency


To generate a diff of this commit:
cvs rdiff -u -r1.76 -r1.77 pkgsrc/databases/shared-mime-info/Makefile

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

Modified files:

Index: pkgsrc/databases/shared-mime-info/Makefile
diff -u pkgsrc/databases/shared-mime-info/Makefile:1.76 pkgsrc/databases/shared-mime-info/Makefile:1.77
--- pkgsrc/databases/shared-mime-info/Makefile:1.76     Wed Nov 23 16:19:44 2022
+++ pkgsrc/databases/shared-mime-info/Makefile  Mon Jan 30 13:29:00 2023
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.76 2022/11/23 16:19:44 adam Exp $
+# $NetBSD: Makefile,v 1.77 2023/01/30 13:29:00 wiz Exp $
 
 DISTNAME=      shared-mime-info-2.2
 PKGREVISION=   1
@@ -15,7 +15,7 @@ TOOL_DEPENDS+=                gettext-tools>=0.19.8:..
 TOOL_DEPENDS+=         xmlto>=0:../../textproc/xmlto
 
 USE_LANGUAGES+=                c99
-USE_TOOLS+=            bash:test intltool msgfmt pkg-config xgettext
+USE_TOOLS+=            bash:test msgfmt pkg-config xgettext
 
 .include "../../mk/bsd.prefs.mk"
 



Home | Main Index | Thread Index | Old Index