diff options
author | Omar Vega Ramos <ovruni@gnu.org.pe> | 2012-12-23 19:24:50 -0500 |
---|---|---|
committer | Omar Vega Ramos <ovruni@gnu.org.pe> | 2012-12-23 19:24:50 -0500 |
commit | 48bebc3a019f509ff934d9c035f586420f5087f1 (patch) | |
tree | 6bdf72dda5228fb64e0393c6da5a5dcc830172ed /community/neatx/PKGBUILD | |
parent | 219ce6e3a681644b9ed74ca95695e208f1f05b4a (diff) |
Fix makedepends in neatx
Diffstat (limited to 'community/neatx/PKGBUILD')
-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') |