diff options
author | ponce <matteo.bernardini@gmail.com> | 2012-08-25 13:39:34 +0200 |
---|---|---|
committer | ponce <matteo.bernardini@gmail.com> | 2012-08-25 13:39:34 +0200 |
commit | 7ea532f9043955d30596625b91b48483a1692978 (patch) | |
tree | 87c90c43a411c115aaec340d932317ef4dbbcee2 /system/microemulator | |
parent | 92e7687145880f1af122b5a5711af07a48f93efc (diff) | |
download | slackbuilds-7ea532f9043955d30596625b91b48483a1692978.tar.gz |
system/microemulator: Fixed dep information
Diffstat (limited to 'system/microemulator')
-rw-r--r-- | system/microemulator/README | 2 | ||||
-rw-r--r-- | system/microemulator/microemulator.info | 2 |
2 files changed, 1 insertions, 3 deletions
diff --git a/system/microemulator/README b/system/microemulator/README index 893702047a..0b5ff3e300 100644 --- a/system/microemulator/README +++ b/system/microemulator/README @@ -12,5 +12,3 @@ Features: - Works with different graphics libraries; currently with Swing and SWT - Platform independent: Windows, Linux, OSX - -This requires java from /extra. diff --git a/system/microemulator/microemulator.info b/system/microemulator/microemulator.info index 277532ccd8..4ad097d606 100644 --- a/system/microemulator/microemulator.info +++ b/system/microemulator/microemulator.info @@ -5,6 +5,6 @@ DOWNLOAD="http://microemu.googlecode.com/files/microemulator-2.0.4.zip" MD5SUM="d4a859a9aae5d90e25f11146abf1e27a" DOWNLOAD_x86_64="" MD5SUM_x86_64="" -REQUIRES="" +REQUIRES="jdk" MAINTAINER="Fridrich von Stauffenberg" EMAIL="cancellor2@gmail.com" |