libraries/xulrunner: Fixed dep information
This commit is contained in:
parent
9b12aa450b
commit
ff5b1980e4
|
@ -5,8 +5,6 @@ and uninstalling these applications. XULRunner will also provide
|
|||
libxul, a solution which allows the embedding of Mozilla technologies
|
||||
in other projects and products.
|
||||
|
||||
This requires jdk from /extra in Slackware.
|
||||
|
||||
Note:
|
||||
If you have to install jdk you need to run ". /etc/profile" before
|
||||
trying to compile xurlrunner.
|
||||
|
|
|
@ -5,6 +5,6 @@ DOWNLOAD="http://ftp.mozilla.org/pub/mozilla.org/mozilla.org/xulrunner/releases/
|
|||
MD5SUM="6717253201ac29402d6d69cecb0806eb"
|
||||
DOWNLOAD_x86_64=""
|
||||
MD5SUM_x86_64=""
|
||||
REQUIRES="avahi gnome-vfs libbonobo libgnome"
|
||||
REQUIRES="jdk"
|
||||
MAINTAINER="David Somero"
|
||||
EMAIL="dsomero@hotmail.com"
|
||||
|
|
Loading…
Reference in New Issue