diff options
Diffstat (limited to 'repo/system/libxml2.xibuild')
-rw-r--r-- | repo/system/libxml2.xibuild | 2 |
1 files changed, 1 insertions, 1 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 |