[97595] trunk/dports/net/mldonkey/Portfile

ryandesign at macports.org ryandesign at macports.org
Sun Sep 9 10:42:32 PDT 2012


Revision: 97595
          https://trac.macports.org/changeset/97595
Author:   ryandesign at macports.org
Date:     2012-09-09 10:42:32 -0700 (Sun, 09 Sep 2012)
Log Message:
-----------
mldonkey: fix detection of whether lablgtk2 is installed with the requisite +rsvg variant (#36064)

Modified Paths:
--------------
    trunk/dports/net/mldonkey/Portfile

Modified: trunk/dports/net/mldonkey/Portfile
===================================================================
--- trunk/dports/net/mldonkey/Portfile	2012-09-09 17:41:10 UTC (rev 97594)
+++ trunk/dports/net/mldonkey/Portfile	2012-09-09 17:42:32 UTC (rev 97595)
@@ -48,7 +48,7 @@
 universal_variant   no
 
 pre-configure {
-    if {![file exists ${prefix}/lib/ocaml/lablgtk2/lablrsvg.a]} {
+    if {![file exists ${prefix}/lib/ocaml/site-lib/lablgtk2/lablrsvg.a]} {
         ui_error "${name} needs lablgtk2 to be installed with librsvg support."
         ui_error "Please rebuild lablgtk2 using the command:"
         ui_error ""
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20120909/836da471/attachment.html>


More information about the macports-changes mailing list