diff options
author | Timo Teräs <timo.teras@iki.fi> | 2015-02-10 10:56:37 +0000 |
---|---|---|
committer | Timo Teräs <timo.teras@iki.fi> | 2015-02-10 10:56:37 +0000 |
commit | 9be3772586a01f68c00305e3e4b36ba777384551 (patch) | |
tree | 674742c1bd1a31b8a915e90fe9b98304c647d8ab /testing/emacs | |
parent | 59e10ba0bbe2aae2d28897b763c1158b47fdeb99 (diff) | |
download | aports-9be3772586a01f68c00305e3e4b36ba777384551.tar.bz2 aports-9be3772586a01f68c00305e3e4b36ba777384551.tar.xz |
testing/emacs*: add autoconf, automake to makedepends
Diffstat (limited to 'testing/emacs')
-rw-r--r-- | testing/emacs/APKBUILD | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/testing/emacs/APKBUILD b/testing/emacs/APKBUILD index a90ebf59bc..4eaff55347 100644 --- a/testing/emacs/APKBUILD +++ b/testing/emacs/APKBUILD @@ -10,7 +10,7 @@ arch="i686 x86_64" url="http://www.gnu.org/software/emacs/emacs.html" license="GPL3" depends="hicolor-icon-theme desktop-file-utils" -makedepends="paxctl ncurses-dev ncurses-libs gpm-dev" +makedepends="paxctl autoconf automake ncurses-dev ncurses-libs gpm-dev" #source="ftp://ftp.gnu.org/gnu/emacs/$pkgname-$pkgver.tar.xz source="http://git.savannah.gnu.org/cgit/emacs.git/snapshot/$pkgname-$gitver.tar.xz gamedir.patch |