diff options
author | ponce <matteo.bernardini@gmail.com> | 2012-08-26 12:31:55 +0200 |
---|---|---|
committer | ponce <matteo.bernardini@gmail.com> | 2012-08-26 12:31:55 +0200 |
commit | a2c8d306e17765d08049f162110182cd8e1edcd4 (patch) | |
tree | a4a34ae2280ab341a8144cd8ae612345b801dff0 | |
parent | ff3273c4dc257146d0e0fc4d6441c112356063be (diff) | |
download | slackbuilds-a2c8d306e17765d08049f162110182cd8e1edcd4.tar.gz |
libraries/javacomm: Fixed dep information
-rw-r--r-- | libraries/javacomm/README | 2 | ||||
-rw-r--r-- | libraries/javacomm/javacomm.info | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/libraries/javacomm/README b/libraries/javacomm/README index 67ed13a193..c904211013 100644 --- a/libraries/javacomm/README +++ b/libraries/javacomm/README @@ -3,5 +3,5 @@ that provides access to RS-232 hardware (serial ports) and limited access to IEEE-1284 hardware (parallel ports). Note: this is an obsolete version of the Solaris implementation of Javacomm. -It is intended for use only with JMRI (available at Slackbuilds.org). +It is intended for use only with jmri. It is not necessarily suitable for use with other applications. diff --git a/libraries/javacomm/javacomm.info b/libraries/javacomm/javacomm.info index a683a49c38..76aee44e89 100644 --- a/libraries/javacomm/javacomm.info +++ b/libraries/javacomm/javacomm.info @@ -5,6 +5,6 @@ DOWNLOAD="http://www.oreilly.com.tw/bookcode/java_io/javacomm20-x86.tar.Z" MD5SUM="9eac897bf5233b7cf495eaae5d596804" DOWNLOAD_x86_64="" MD5SUM_x86_64="" -REQUIRES="" +REQUIRES="jdk" MAINTAINER="David Spencer" EMAIL="nobbutl@yahoo.co.uk" |