[32983] trunk/dports/gnome/libgtkhtml3/Portfile

nox at macports.org nox at macports.org
Tue Jan 15 16:53:08 PST 2008


Revision: 32983
          http://trac.macosforge.org/projects/macports/changeset/32983
Author:   nox at macports.org
Date:     2008-01-15 16:53:06 -0800 (Tue, 15 Jan 2008)

Log Message:
-----------
libgtkhtml3:
 * Fixed dependencies.
 * Removed useless configure env variable.

Modified Paths:
--------------
    trunk/dports/gnome/libgtkhtml3/Portfile

Modified: trunk/dports/gnome/libgtkhtml3/Portfile
===================================================================
--- trunk/dports/gnome/libgtkhtml3/Portfile	2008-01-15 23:56:28 UTC (rev 32982)
+++ trunk/dports/gnome/libgtkhtml3/Portfile	2008-01-16 00:53:06 UTC (rev 32983)
@@ -2,10 +2,11 @@
 
 PortSystem  1.0
 
-name		libgtkhtml3	
+name		libgtkhtml3
 set my_name gtkhtml
 version		3.16.0
 set branch  [join [lrange [split ${version} .] 0 1] .]
+set revision 1
 description	GTK HTML rendering engine.
 long_description	GtkHTML is a lightweight HTML rendering/printing/editing \
 			engine. It was originally based on KHTMLW, part of the \
@@ -18,19 +19,25 @@
 distname    ${my_name}-${version}
 use_bzip2	yes
 
-checksums	rmd160 d4e68c56bb0c69d0f4e350d5394b4bf2ca2737e1
+checksums       md5 0b3b2d27671671ec0680984fe5d8ab9b \
+                sha1 9d6ca610cce16e0d86110fa85f41cc245f246dcb \
+                rmd160 d4e68c56bb0c69d0f4e350d5394b4bf2ca2737e1
 
-depends_lib	\
-	lib:gailutil:gail \
-	port:libgnomeui \
-	port:libgnomeprintui \
-	port:libglade2 \
-	port:dbus \
-	port:dbus-glib
+depends_build   port:pkgconfig \
+                port:perl5.8 \
+                port:p5-xml-parser \
+                port:gnome-icon-theme
 
-configure.env	GMSGFMT=${prefix}/bin/msgfmt
+depends_lib     port:gettext \
+                port:gail \
+                port:gtk2 \
+                port:libgnomeui \
+                port:libbonobo \
+                port:libbonoboui \
+                port:orbit2
 
+depends_run     port:gnome-icon-theme
+
 livecheck.check regex
 livecheck.url   http://ftp.gnome.org/pub/gnome/sources/${my_name}/${branch}/
 livecheck.regex {LATEST-IS-(\d+(?:\.\d+)*)}
-

-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.macosforge.org/pipermail/macports-changes/attachments/20080115/54a04e71/attachment.html


More information about the macports-changes mailing list