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:20:56 UTC 2024
Modified Files:
pkgsrc/textproc/translate-toolkit: Makefile
Log Message:
(textproc/translate-toolkit) Fix missing interpreter
To generate a diff of this commit:
cvs rdiff -u -r1.10 -r1.11 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.10 pkgsrc/textproc/translate-toolkit/Makefile:1.11
--- pkgsrc/textproc/translate-toolkit/Makefile:1.10 Tue Jun 18 17:27:02 2024
+++ pkgsrc/textproc/translate-toolkit/Makefile Sun Jun 23 14:20:56 2024
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.10 2024/06/18 17:27:02 adam Exp $
+# $NetBSD: Makefile,v 1.11 2024/06/23 14:20:56 mef Exp $
DISTNAME= translate_toolkit-3.13.1
PKGNAME= ${DISTNAME:S/_/-/}
@@ -16,8 +16,12 @@ TOOL_DEPENDS+= ${PYPKGPREFIX}-wheel-[0-9
DEPENDS+= ${PYPKGPREFIX}-lxml>=4.6.3:../../textproc/py-lxml
USE_LANGUAGES= # none
-USE_TOOLS+= bash:run
+USE_TOOLS+= bash
REPLACE_BASH+= tools/*
+REPLACE_BASH+= translate/convert/odfxml
+REPLACE_BASH+= translate/convert/roundtrip-OOo
+REPLACE_BASH+= translate/convert/roundtrip-gaia
+REPLACE_BASH+= translate/convert/roundtrip-mozilla
PYTHON_VERSIONS_INCOMPATIBLE= 27
Home |
Main Index |
Thread Index |
Old Index