openjade: force libtoolification.
This commit is contained in:
parent
43494adae0
commit
31e12f284a
1 changed files with 5 additions and 1 deletions
|
@ -9,7 +9,7 @@ configure_args="
|
|||
--enable-splibdir=/usr/lib
|
||||
--enable-spincludedir=${XBPS_CROSS_BASE}/usr/include/OpenSP
|
||||
--enable-splibdir=${XBPS_CROSS_BASE}/usr/lib"
|
||||
hostmakedepends="perl"
|
||||
hostmakedepends="libtool perl"
|
||||
makedepends="opensp-devel"
|
||||
depends="xmlcatmgr"
|
||||
sgml_entries="CATALOG /usr/share/sgml/openjade/catalog --"
|
||||
|
@ -20,6 +20,10 @@ license="MIT"
|
|||
distfiles="${SOURCEFORGE_SITE}/${pkgname}/${pkgname}-$version.tar.gz"
|
||||
checksum=1d2d7996cc94f9b87d0c51cf0e028070ac177c4123ecbfd7ac1cb8d0b7d322d1
|
||||
|
||||
pre_configure() {
|
||||
touch configure Makefile.in
|
||||
libtoolize -f
|
||||
}
|
||||
post_install() {
|
||||
vlicense jadedoc/copying.txt
|
||||
|
||||
|
|
Loading…
Reference in a new issue