diff options
Diffstat (limited to 'community/neatx')
-rw-r--r-- | community/neatx/PKGBUILD | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/community/neatx/PKGBUILD b/community/neatx/PKGBUILD index 2c029f51f..dfe40f45f 100644 --- a/community/neatx/PKGBUILD +++ b/community/neatx/PKGBUILD @@ -10,7 +10,7 @@ arch=('i686' 'x86_64' 'mips64el') url="http://code.google.com/p/neatx/" license=('GPL') depends=('nxserver' 'python2-pexpect' 'python2-simplejson' 'netcat' 'pygtk') -makedepends=('docutils') +makedepends=('python2-docutils') optdepends=('xorg-xdm: if you want to use KDE or GNOME session' 'xorg-fonts-misc: to use default font' 'xterm: if you want console session') |