accessibility/easystroke: Fixed dep information
Signed-off-by: Robby Workman <rworkman@slackbuilds.org>
This commit is contained in:
parent
9fd4da21da
commit
d46e8a1c2b
|
@ -9,7 +9,5 @@ even without access to a keyboard. Easystroke tries to provide an intuitive
|
|||
and efficient user interface while at the same time being highly configurable
|
||||
and offering many advanced features.
|
||||
|
||||
Easystroke requires gtkmm.
|
||||
|
||||
If you'd also like the manpage installed, then help2man needs to be installed
|
||||
and then pass COMPILE_MAN=yes to the slackbuild.
|
||||
|
|
|
@ -5,6 +5,6 @@ DOWNLOAD="http://downloads.sourceforge.net/easystroke/easystroke-0.5.3.tar.gz"
|
|||
MD5SUM="fadc1741e1db845da2cd0128e525520a"
|
||||
DOWNLOAD_x86_64=""
|
||||
MD5SUM_x86_64=""
|
||||
REQUIRES="gtkmm help2man"
|
||||
REQUIRES="gtkmm"
|
||||
MAINTAINER="Larry Hajali"
|
||||
EMAIL="larryhaja[at]gmail[dot]com"
|
||||
|
|
Loading…
Reference in New Issue