diff options
Diffstat (limited to 'repo/util/less.xibuild')
-rw-r--r-- | repo/util/less.xibuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/repo/util/less.xibuild b/repo/util/less.xibuild index 8903ef2..5396ef7 100644 --- a/repo/util/less.xibuild +++ b/repo/util/less.xibuild @@ -1,6 +1,6 @@ #!/bin/bash -DEPS=(glibc ncurses pcre2) +DEPS=(glibc ncurses pcre) PKG_VER=590 SOURCE=https://www.greenwoodsoftware.com/less/less-$PKG_VER.tar.gz |