diff options
author | Natanael Copa <ncopa@alpinelinux.org> | 2013-04-24 08:18:52 +0000 |
---|---|---|
committer | Natanael Copa <ncopa@alpinelinux.org> | 2013-04-24 08:18:52 +0000 |
commit | 177164b4a723d3f2d6e35beebe40b87d53aa7d8b (patch) | |
tree | aa35830bedeb4e115a8ea30ffca7035fd702202d /main/texinfo | |
parent | fa6bf421e4c923db29c5f41af3be67c8941b1743 (diff) | |
download | aports-177164b4a723d3f2d6e35beebe40b87d53aa7d8b.tar.bz2 aports-177164b4a723d3f2d6e35beebe40b87d53aa7d8b.tar.xz |
main/texinfo: makeinfo is a perl script so add it to depends
Diffstat (limited to 'main/texinfo')
-rw-r--r-- | main/texinfo/APKBUILD | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/main/texinfo/APKBUILD b/main/texinfo/APKBUILD index debd990c3b..121ca9c7d2 100644 --- a/main/texinfo/APKBUILD +++ b/main/texinfo/APKBUILD @@ -1,12 +1,12 @@ # Maintainer: Natanael Copa <ncopa@alpinelinux.org> pkgname=texinfo pkgver=5.1 -pkgrel=0 +pkgrel=1 pkgdesc="Utilities to work with and produce manuals, ASCII text, and on-line documentation from a single source file" url="http://www.gnu.org/software/texinfo/" arch="all" -license='GPL3' -depends= +license='GPL23' +depends="perl" makedepends="ncurses-dev perl" source="ftp://ftp.gnu.org/pub/gnu/${pkgname}/${pkgname}-${pkgver}.tar.gz" subpackages="$pkgname-doc" |