[43183] trunk/dports/x11/icewm/Portfile
jeremyhu at macports.org
jeremyhu at macports.org
Sat Dec 6 15:35:41 PST 2008
Revision: 43183
http://trac.macports.org/changeset/43183
Author: jeremyhu at macports.org
Date: 2008-12-06 15:35:41 -0800 (Sat, 06 Dec 2008)
Log Message:
-----------
icewm: Further cleanup of dependencies
Modified Paths:
--------------
trunk/dports/x11/icewm/Portfile
Modified: trunk/dports/x11/icewm/Portfile
===================================================================
--- trunk/dports/x11/icewm/Portfile 2008-12-06 23:31:38 UTC (rev 43182)
+++ trunk/dports/x11/icewm/Portfile 2008-12-06 23:35:41 UTC (rev 43183)
@@ -18,9 +18,20 @@
patchfiles 01-fix_leopard_deprecated_in_stdlib.patch
-depends_lib lib:libX11.6:XFree86 lib:libXext.6:XFree86 lib:libXpm.4:xpm \
- lib:libSM.6:sm \
- port:gettext port:freetype port:xft2
+depends_lib \
+ lib:libICE.6:xorg-libice \
+ lib:libSM.6:xorg-libsm \
+ lib:libX11.6:xorg-libX11 \
+ lib:libXau.6:xorg-libXau \
+ lib:libXdmcp.6:xorg-libXdmcp \
+ lib:libXext.6:xorg-libXext \
+ lib:libXft.2:Xft2 \
+ lib:libXinerama.1:xorg-libXinerama \
+ lib:libXpm.4:xpm \
+ lib:libXrandr.2:xorg-libXrandr \
+ lib:libXrender.1:xrender \
+ port:fontconfig \
+ port:freetype
configure.args --mandir=${prefix}/share/man \
--with-cfgdir=${prefix}/etc/icewm \
@@ -49,13 +60,7 @@
--disable-xinerama --disable-xrandr
}
-variant xpm conflicts imlib description {Use Xpm for images} {
- configure.args-delete --with-imlib
-# configure.args-append --with-xpm
- depends_lib-append lib:libXpm.4:xpm
-}
-
-variant imlib conflicts xpm description {Use Imlib for images instead of libxpm (does not work yet)} {
+variant imlib description {Use Imlib for images instead of libxpm (does not work yet)} {
configure.args-delete --with-xpm
configure.args-append --with-imlib
depends_lib-append port:imlib
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20081206/071a5d83/attachment-0001.html>
More information about the macports-changes
mailing list