diff options
-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" |