pkgsrc-Changes archive

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

CVS commit: pkgsrc/textproc/translate-toolkit



Module Name:    pkgsrc
Committed By:   mef
Date:           Sun Jun 23 14:22:00 UTC 2024

Modified Files:
        pkgsrc/textproc/translate-toolkit: Makefile

Log Message:
(textproc/translate-toolkit) revert wrong edit on USE_TOOLS+=


To generate a diff of this commit:
cvs rdiff -u -r1.11 -r1.12 pkgsrc/textproc/translate-toolkit/Makefile

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

Modified files:

Index: pkgsrc/textproc/translate-toolkit/Makefile
diff -u pkgsrc/textproc/translate-toolkit/Makefile:1.11 pkgsrc/textproc/translate-toolkit/Makefile:1.12
--- pkgsrc/textproc/translate-toolkit/Makefile:1.11     Sun Jun 23 14:20:56 2024
+++ pkgsrc/textproc/translate-toolkit/Makefile  Sun Jun 23 14:22:00 2024
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.11 2024/06/23 14:20:56 mef Exp $
+# $NetBSD: Makefile,v 1.12 2024/06/23 14:22:00 mef Exp $
 
 DISTNAME=      translate_toolkit-3.13.1
 PKGNAME=       ${DISTNAME:S/_/-/}
@@ -16,7 +16,8 @@ TOOL_DEPENDS+=        ${PYPKGPREFIX}-wheel-[0-9
 DEPENDS+=      ${PYPKGPREFIX}-lxml>=4.6.3:../../textproc/py-lxml
 
 USE_LANGUAGES= # none
-USE_TOOLS+=    bash
+USE_TOOLS+=    bash:run
+
 REPLACE_BASH+= tools/*
 REPLACE_BASH+= translate/convert/odfxml
 REPLACE_BASH+= translate/convert/roundtrip-OOo



Home | Main Index | Thread Index | Old Index