icewm should use lib:...:xpm instead of port:xpm
Index: Portfile
===================================================================
--- Portfile (revision 42954)
+++ Portfile (working copy)
@@ -49,10 +49,10 @@
--disable-xinerama --disable-xrandr
}
-variant xpm conflicts imlib description {Use Xpm from MacPorts for images} {
+variant xpm conflicts imlib description {Use Xpm for images} {
configure.args-delete --with-imlib
# configure.args-append --with-xpm
- depends_lib-append port:xpm
+ depends_lib-append lib:libXpm.4:xpm
}
variant imlib conflicts xpm description {Use Imlib for images instead of libxpm (does not work yet)} {
Change History (2)
Resolution: |
→ fixed
|
Status: |
new →
closed
|
I pushed this in r43174