Date: Tuesday, November 3, 2009 @ 03:17:51 Author: giovanni Revision: 58000
Modified: nppangband/trunk/PKGBUILD ----------+ PKGBUILD | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2009-11-03 08:14:22 UTC (rev 57999) +++ PKGBUILD 2009-11-03 08:17:51 UTC (rev 58000) @@ -6,7 +6,8 @@ pkgrel=1.1 pkgdesc="A variant of Angband that attempts to take popular ideas from other variants" url="http://www.assembla.com/wiki/show/NPPAngband" -depends=('ncurses' 'libx11' 'libxaw' 'xorg-font-utils') +depends=('ncurses' 'libx11') +makedepends=('libxaw' 'xorg-font-utils') source=(http://www.assembla.com/spaces/NPPAngband/documents/dmfeFgWJir3PuseJe5afGb/download/npp050-rev25-src.zip) license=('custom') arch=('i686' 'x86_64')
