[45985] trunk/dports/devel/strigi/Portfile

jmr at macports.org jmr at macports.org
Mon Jan 26 07:47:09 PST 2009


Revision: 45985
          http://trac.macports.org/changeset/45985
Author:   jmr at macports.org
Date:     2009-01-26 07:47:05 -0800 (Mon, 26 Jan 2009)
Log Message:
-----------
strigi: add missing deps. The use of the system libxml2 was probably responsible for #17602.

Modified Paths:
--------------
    trunk/dports/devel/strigi/Portfile

Modified: trunk/dports/devel/strigi/Portfile
===================================================================
--- trunk/dports/devel/strigi/Portfile	2009-01-26 15:03:37 UTC (rev 45984)
+++ trunk/dports/devel/strigi/Portfile	2009-01-26 15:47:05 UTC (rev 45985)
@@ -4,7 +4,7 @@
 
 name		strigi
 version		0.5.10
-revision    1
+revision    2
 categories	devel
 maintainers	clubjuggler at gmail.com openmaintainer
 description	Fastest and smallest desktop searching program
@@ -17,7 +17,11 @@
 patch.pre_args  -p1
 
 depends_build	port:cmake
-depends_lib     port:clucene port:dbus
+depends_lib     port:bzip2 \
+                port:clucene \
+                port:dbus \
+                port:libxml2 \
+                port:zlib
 
 checksums	md5 cfaa2114ea27f2a00e6773c374e98ec4
 
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20090126/f67e98cd/attachment.html>


More information about the macports-changes mailing list