summaryrefslogtreecommitdiffstats
path: root/graphics-libs
diff options
context:
space:
mode:
authorPavel Vinogradov2023-01-16 13:36:47 -0500
committerPavel Vinogradov2023-01-16 13:36:47 -0500
commit4e5b4f7a9ffd5a5c870cfbb1c2874c857470ee0c (patch)
treee1078878ca275439bb38cb49efa5f28375b13b05 /graphics-libs
parenta92dcaa06a9fa3117057567573ce75d3c1a19134 (diff)
grapphics-libs/harfbuzz: fixed syntax error in SUB_DEPENDS
Diffstat (limited to 'graphics-libs')
-rw-r--r--graphics-libs/harfbuzz/HISTORY3
-rwxr-xr-xgraphics-libs/harfbuzz/SUB_DEPENDS2
2 files changed, 4 insertions, 1 deletions
diff --git a/graphics-libs/harfbuzz/HISTORY b/graphics-libs/harfbuzz/HISTORY
index 3462bf8eb2..0b7ea90ec2 100644
--- a/graphics-libs/harfbuzz/HISTORY
+++ b/graphics-libs/harfbuzz/HISTORY
@@ -1,3 +1,6 @@
+2023-01-16 Pavel Vinpgradov <public@sourcemage.org>
+ * SUB_DEPENDS: fixed syntax error from missing ;;
+
2023-01-15 Treeve Jelbert <treeve@sourcemage.org>
* SUB_DEPENDS: drop pcre2
diff --git a/graphics-libs/harfbuzz/SUB_DEPENDS b/graphics-libs/harfbuzz/SUB_DEPENDS
index 34fee5e4fc..21007e0927 100755
--- a/graphics-libs/harfbuzz/SUB_DEPENDS
+++ b/graphics-libs/harfbuzz/SUB_DEPENDS
@@ -1,5 +1,5 @@
case $THIS_SUB_DEPENDS in
- GLIB2) depends glib2 "glib=enabled gobject=enabled"
+ GLIB2) depends glib2 "glib=enabled gobject=enabled" ;;
GRAPHITE2) depends graphite2 "graphite2=enabled" ;;
FT) depends freetype2 "freetype=enabled" ;;
ICU) depends icu "icu=enabled" ;;