Opened 15 years ago

Closed 15 years ago

Last modified 15 years ago

#17510 closed defect (fixed)

icewm should use lib:...:xpm instead of port:xpm

Reported by: jeremyhu (Jeremy Huddleston Sequoia) Owned by: saispo@…
Priority: Normal Milestone:
Component: ports Version: 1.6.0
Keywords: xpm Cc: saispo@…
Port: icewm

Description

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)

comment:1 Changed 15 years ago by jeremyhu (Jeremy Huddleston Sequoia)

Resolution: fixed
Status: newclosed

I pushed this in r43174

comment:2 Changed 15 years ago by (none)

Milestone: Port Bugs

Milestone Port Bugs deleted

Note: See TracTickets for help on using tickets.