summaryrefslogtreecommitdiff
path: root/repo/system
diff options
context:
space:
mode:
authordavidovski <david@davidovski.xyz>2022-01-31 00:04:23 +0000
committerdavidovski <david@davidovski.xyz>2022-01-31 00:04:23 +0000
commit9137ce27f5f6f79ef13ef7933e2f85ebec59b410 (patch)
treeaaa7fde10973a0f8d3d5f522194ed82206d69f7c /repo/system
parent0eecc93103cf7773daa4669a9f2449f52bd87e0f (diff)
fixed circle
Diffstat (limited to 'repo/system')
-rw-r--r--repo/system/libxml2.xibuild2
-rw-r--r--repo/system/ncurses.xibuild2
2 files changed, 2 insertions, 2 deletions
diff --git a/repo/system/libxml2.xibuild b/repo/system/libxml2.xibuild
index e6be3d1..5e1ce49 100644
--- a/repo/system/libxml2.xibuild
+++ b/repo/system/libxml2.xibuild
@@ -1,6 +1,6 @@
#!/bin/bash
-MAKEDEPS=(python make )
+MAKEDEPS=(python make)
DEPS=(zlib readline ncurses xz icu)
PKG_VER=2.9.12
diff --git a/repo/system/ncurses.xibuild b/repo/system/ncurses.xibuild
index 3169c58..506d9bb 100644
--- a/repo/system/ncurses.xibuild
+++ b/repo/system/ncurses.xibuild
@@ -1,6 +1,6 @@
#!/bin/bash
-MAKEDEPS=(make pkg-config gcc)
+MAKEDEPS=(make pkg-config)
DEPS=(glibc)
PKG_VER=6.3