[87199] trunk/dports/www/rasqal/Portfile

ryandesign at macports.org ryandesign at macports.org
Sun Nov 13 20:54:30 PST 2011


Revision: 87199
          http://trac.macports.org/changeset/87199
Author:   ryandesign at macports.org
Date:     2011-11-13 20:54:25 -0800 (Sun, 13 Nov 2011)
Log Message:
-----------
rasqal: add forgotten mhash dependency and fix rasqal.pc

Modified Paths:
--------------
    trunk/dports/www/rasqal/Portfile

Modified: trunk/dports/www/rasqal/Portfile
===================================================================
--- trunk/dports/www/rasqal/Portfile	2011-11-14 02:33:36 UTC (rev 87198)
+++ trunk/dports/www/rasqal/Portfile	2011-11-14 04:54:25 UTC (rev 87199)
@@ -4,7 +4,7 @@
 PortSystem 1.0
 name                rasqal
 version             0.9.26
-revision            2
+revision            3
 description         Raptor RDF Query Library
 long_description    Rasqal is an open source C library that handles Resource \
                     Description Framework (RDF) query syntaxes, query \
@@ -24,11 +24,15 @@
                     port:libiconv \
                     port:libxml2 \
                     port:libxslt \
+                    port:mhash \
                     port:mpfr \
                     port:openssl \
                     port:raptor2 \
                     port:zlib
 
+# prevent "-L/lib" from appearing in rasqal.pc
+configure.args-append --with-mhash=${prefix}
+
 livecheck.type      regex
 livecheck.url       ${master_sites}
 livecheck.regex     "${name}-(\\d+(?:\\.\\d+)*)${extract.suffix}"
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20111113/b7c275a2/attachment-0001.html>


More information about the macports-changes mailing list