libraries/gtkhtml: Fixed dep information

This commit is contained in:
ponce 2012-08-26 12:21:22 +02:00
parent 4836629f42
commit 10f28a1b08
2 changed files with 1 additions and 3 deletions

View file

@ -1,5 +1,3 @@
GtkHTML is a lightweight HTML rendering/printing/editing engine. It
was originally based on KHTMLW, part of the KDE project, but is now
being developed independently.
This requires libgnomeui, libbonoboui, and libgnomeprintui.

View file

@ -5,6 +5,6 @@ DOWNLOAD="http://ftp.acc.umu.se/pub/GNOME/sources/gtkhtml/3.18/gtkhtml-3.18.3.ta
MD5SUM="4dae02a10f05fbca1cfd3bb5336f9273"
DOWNLOAD_x86_64=""
MD5SUM_x86_64=""
REQUIRES="libbonoboui libgnomeprintui libgnomeui"
REQUIRES="libgnomeprintui libgnomeui"
MAINTAINER="Vincent Batts"
EMAIL="vbatts@hashbangbash.com"