summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorTreeve Jelbert2021-03-29 17:08:19 +0200
committerTreeve Jelbert2021-04-10 13:11:01 +0200
commit900ff110ee907eb7709bb2b663b8924b9e401453 (patch)
tree06f093204f184887b024c15d37c04989bcdb7b03
parent552246286924422bd6d752255ed36bfaaa19a433 (diff)
yasm - tweak depends
-rwxr-xr-xlibs/yasm/DEPENDS3
-rw-r--r--libs/yasm/HISTORY3
2 files changed, 5 insertions, 1 deletions
diff --git a/libs/yasm/DEPENDS b/libs/yasm/DEPENDS
index da0017dd49..7addae0fed 100755
--- a/libs/yasm/DEPENDS
+++ b/libs/yasm/DEPENDS
@@ -1 +1,2 @@
-depends gperf
+depends gperf &&
+optional_depends GETTEXT --{en,dis}able-nls 'NLS support'
diff --git a/libs/yasm/HISTORY b/libs/yasm/HISTORY
index c550cec73b..ed66637f1e 100644
--- a/libs/yasm/HISTORY
+++ b/libs/yasm/HISTORY
@@ -1,3 +1,6 @@
+2021-03-29 Treeve Jelbert <>treeve@sourcemage.org
+ * DEPENDS: add optional GETTEXT
+
2019-05-23 Ismael Luceno <ismael@sourcemage.org>
* PRE_BUILD: Fixed build against musl