accessibility/wgetpaste: Remove xclip requirement

wgetpaste is very useful even on totally X-less systems.

Signed-off-by: Robby Workman <rworkman@slackbuilds.org>
This commit is contained in:
B. Watson 2012-09-05 10:14:01 -05:00 committed by Robby Workman
parent 6a911c17ec
commit 7f1f0c7738

View file

@ -5,6 +5,6 @@ DOWNLOAD="http://wgetpaste.zlin.dk/wgetpaste-2.18.tar.bz2"
MD5SUM="0085d679445af9e6f695d036abee106d"
DOWNLOAD_x86_64=""
MD5SUM_x86_64=""
REQUIRES="xclip"
REQUIRES=""
MAINTAINER="B. Watson"
EMAIL="yalhcru@gmail.com"