diff options
author | Dubiousjim <dubiousjim@gmail.com> | 2013-06-27 02:12:47 -0400 |
---|---|---|
committer | Natanael Copa <ncopa@alpinelinux.org> | 2013-06-28 07:44:46 +0000 |
commit | 4ff8181b0f407d75b5b3d776bc42380ed2435881 (patch) | |
tree | 6919b695a76d7768530af128dffbb878854e93fb /main/rxvt-unicode | |
parent | f587bac34fdb411e62fc058ed61a0caf83628ccf (diff) | |
download | aports-4ff8181b0f407d75b5b3d776bc42380ed2435881.tar.bz2 aports-4ff8181b0f407d75b5b3d776bc42380ed2435881.tar.xz |
main/rxvt-unicode: fix makedepends
ncurses is needed for its /usr/bin/tic.
The Changes file says in the entry for v9.10 that fontconfig and xrender are
needed for Xft support; we compile with --enable-xft and required libxft-dev
and libxrender-dev, but omitted fontconfig-dev.
Diffstat (limited to 'main/rxvt-unicode')
-rw-r--r-- | main/rxvt-unicode/APKBUILD | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/main/rxvt-unicode/APKBUILD b/main/rxvt-unicode/APKBUILD index ad307f583..2ceed66af 100644 --- a/main/rxvt-unicode/APKBUILD +++ b/main/rxvt-unicode/APKBUILD @@ -8,7 +8,7 @@ arch=all url='http://software.schmorp.de/pkg/rxvt-unicode.html' license='GPL' depends= -makedepends="libx11-dev libxft-dev gdk-pixbuf-dev libxrender-dev perl-dev" +makedepends="libx11-dev libxft-dev ncurses fontconfig-dev gdk-pixbuf-dev libxrender-dev perl-dev" source="http://dist.schmorp.de/rxvt-unicode/$pkgname-$pkgver.tar.bz2 rxvt-unicode-kerning.patch" |