summaryrefslogtreecommitdiff
path: root/community/neatx
diff options
context:
space:
mode:
authorOmar Vega Ramos <ovruni@gnu.org.pe>2012-12-23 19:24:50 -0500
committerOmar Vega Ramos <ovruni@gnu.org.pe>2012-12-23 19:24:50 -0500
commit48bebc3a019f509ff934d9c035f586420f5087f1 (patch)
tree6bdf72dda5228fb64e0393c6da5a5dcc830172ed /community/neatx
parent219ce6e3a681644b9ed74ca95695e208f1f05b4a (diff)
Fix makedepends in neatx
Diffstat (limited to 'community/neatx')
-rw-r--r--community/neatx/PKGBUILD2
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')