From 4ff8181b0f407d75b5b3d776bc42380ed2435881 Mon Sep 17 00:00:00 2001 From: Dubiousjim Date: Thu, 27 Jun 2013 02:12:47 -0400 Subject: 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. --- main/rxvt-unicode/APKBUILD | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'main/rxvt-unicode') diff --git a/main/rxvt-unicode/APKBUILD b/main/rxvt-unicode/APKBUILD index ad307f5833..2ceed66af0 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" -- cgit v1.2.3