[68853] trunk/dports/kde/kdelibs4/Portfile
snc at macports.org
snc at macports.org
Tue Jun 15 14:42:13 PDT 2010
Revision: 68853
http://trac.macports.org/changeset/68853
Author: snc at macports.org
Date: 2010-06-15 14:42:10 -0700 (Tue, 15 Jun 2010)
Log Message:
-----------
Fix #25200
* wrong dependency modification in variant (-delete instead of -append)
* extraneous dependency on lzmautils
Modified Paths:
--------------
trunk/dports/kde/kdelibs4/Portfile
Modified: trunk/dports/kde/kdelibs4/Portfile
===================================================================
--- trunk/dports/kde/kdelibs4/Portfile 2010-06-15 21:17:34 UTC (rev 68852)
+++ trunk/dports/kde/kdelibs4/Portfile 2010-06-15 21:42:10 UTC (rev 68853)
@@ -34,8 +34,8 @@
path:lib/pkgconfig/glib-2.0.pc:glib2 \
port:openssl port:enchant \
port:aspell port:aspell-dict-en \
- port:attica port:lzmautils \
- port:avahi port:liblzma \
+ port:attica port:liblzma \
+ port:avahi \
port:shared-desktop-ontologies
conflicts kdelibs3
@@ -76,8 +76,8 @@
patchfiles-append patch-disable-shared-desktop-ontologies.diff
}
-variant no_liblzma description {Remove the ability to read and write xz compressed data files} {
- depends_lib-append port:liblzma
+variant no_xz description {Remove the ability to read and write xz compressed data files} {
+ depends_lib-delete port:liblzma
patchfiles-append patch-disable-liblzma.diff
}
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20100615/200620af/attachment.html>
More information about the macports-changes
mailing list