diff options
author | Robby Workman <rworkman@slackbuilds.org> | 2012-08-22 21:40:24 -0500 |
---|---|---|
committer | Robby Workman <rworkman@slackbuilds.org> | 2012-08-22 21:40:24 -0500 |
commit | d46e8a1c2b7973b3cff5fe2ac29b9a43416c7f7b (patch) | |
tree | d5abb37618f48cce6cbfa5342673ac4a065bf273 /accessibility | |
parent | 9fd4da21da45efcee5e22a2f9a328733a77a1aba (diff) | |
download | slackbuilds-d46e8a1c2b7973b3cff5fe2ac29b9a43416c7f7b.tar.gz |
accessibility/easystroke: Fixed dep information
Signed-off-by: Robby Workman <rworkman@slackbuilds.org>
Diffstat (limited to 'accessibility')
-rw-r--r-- | accessibility/easystroke/README | 2 | ||||
-rw-r--r-- | accessibility/easystroke/easystroke.info | 2 |
2 files changed, 1 insertions, 3 deletions
diff --git a/accessibility/easystroke/README b/accessibility/easystroke/README index 54da035d33..69bf0bf7bb 100644 --- a/accessibility/easystroke/README +++ b/accessibility/easystroke/README @@ -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. diff --git a/accessibility/easystroke/easystroke.info b/accessibility/easystroke/easystroke.info index 4a1ead29c7..ad4f6c519e 100644 --- a/accessibility/easystroke/easystroke.info +++ b/accessibility/easystroke/easystroke.info @@ -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" |