[117183] trunk/dports/devel/upower/Portfile
cal at macports.org
cal at macports.org
Tue Feb 18 15:35:00 PST 2014
Revision: 117183
https://trac.macports.org/changeset/117183
Author: cal at macports.org
Date: 2014-02-18 15:35:00 -0800 (Tue, 18 Feb 2014)
Log Message:
-----------
upower: fix build in trace mode (or when libxslt isn't present)
Modified Paths:
--------------
trunk/dports/devel/upower/Portfile
Modified: trunk/dports/devel/upower/Portfile
===================================================================
--- trunk/dports/devel/upower/Portfile 2014-02-18 18:22:55 UTC (rev 117182)
+++ trunk/dports/devel/upower/Portfile 2014-02-18 23:35:00 UTC (rev 117183)
@@ -27,8 +27,14 @@
depends_build port:pkgconfig \
port:intltool \
- port:gtk-doc
+ port:gtk-doc \
+ port:libxslt
+# upower uses xsltproc; using /usr/bin/xsltproc will fail without
+# XML_CATALOG_FILES set because it'll attempt to download the DTDs. This
+# doesn't show without trace mode, because policykit has a build dependency on
+# libxslt, which hides this problem.
+
depends_lib port:dbus-glib \
port:gobject-introspection \
port:policykit
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.macosforge.org/pipermail/macports-changes/attachments/20140218/d7bffa3b/attachment.html>
More information about the macports-changes
mailing list