Revision 3 of texinfo-4.13a:

* add missing build-prerequisite cmd:sed
This commit is contained in:
Oliver Tappe
2013-04-12 23:06:04 +00:00
parent 9324df8ddc
commit afb58916ac

View File

@@ -3,7 +3,7 @@ DESCRIPTION="Texinfo is the official documentation format of the GNU project."
HOMEPAGE="http://www.gnu.org/software/texinfo/"
SRC_URI="http://ftp.gnu.org/gnu/texinfo/texinfo-4.13a.tar.gz"
CHECKSUM_MD5="71ba711519209b5fb583fed2b3d86fcb"
REVISION="2"
REVISION="3"
ARCHITECTURES="x86_gcc2 ?x86"
PROVIDES="texinfo = $portVersion compat >= 4.13
@@ -21,7 +21,8 @@ BUILD_PREREQUIRES="haiku-devel >= $haikuVersion
cmd:gcc
cmd:ld
cmd:libtoolize
cmd:make"
cmd:make
cmd:sed"
SOURCE_DIR="texinfo-4.13"