diff options
Diffstat (limited to 'repo/devel')
-rw-r--r-- | repo/devel/autoconf2.13.xibuild | 2 | ||||
-rw-r--r-- | repo/devel/docbook-xsl.xibuild | 2 | ||||
-rw-r--r-- | repo/devel/sgml-common.xibuild | 2 |
3 files changed, 3 insertions, 3 deletions
diff --git a/repo/devel/autoconf2.13.xibuild b/repo/devel/autoconf2.13.xibuild index b164c16..3ef6500 100644 --- a/repo/devel/autoconf2.13.xibuild +++ b/repo/devel/autoconf2.13.xibuild @@ -1,6 +1,6 @@ #!/bin/bash -MAKEDEPS=(make) +MAKEDEPS=(make patch) DEPS=(perl) PKG_VER=2.13 diff --git a/repo/devel/docbook-xsl.xibuild b/repo/devel/docbook-xsl.xibuild index 2afecef..036e0a0 100644 --- a/repo/devel/docbook-xsl.xibuild +++ b/repo/devel/docbook-xsl.xibuild @@ -1,6 +1,6 @@ #!/bin/bash -MAKEDEPS=() +MAKEDEPS=(patch) DEPS=(libxml2 libxslt docbook-xml) PKG_VER=1.79.2 diff --git a/repo/devel/sgml-common.xibuild b/repo/devel/sgml-common.xibuild index 90ce64f..52981fc 100644 --- a/repo/devel/sgml-common.xibuild +++ b/repo/devel/sgml-common.xibuild @@ -1,6 +1,6 @@ #!/bin/bash -MAKEDEPS=(unzip) +MAKEDEPS=(unzip patch) DEPS=(libxml2 sgml-common) PKG_VER=0.6.3 |