[43691] trunk/dports/x11/xpm/Portfile
jeremyhu at macports.org
jeremyhu at macports.org
Sat Dec 13 15:39:57 PST 2008
Revision: 43691
http://trac.macports.org/changeset/43691
Author: jeremyhu at macports.org
Date: 2008-12-13 15:39:56 -0800 (Sat, 13 Dec 2008)
Log Message:
-----------
xpm: change to depend on port:xorg-libX11 instead of lib:... since other ports are now using lib:...:xpm
Modified Paths:
--------------
trunk/dports/x11/xpm/Portfile
Modified: trunk/dports/x11/xpm/Portfile
===================================================================
--- trunk/dports/x11/xpm/Portfile 2008-12-13 23:24:39 UTC (rev 43690)
+++ trunk/dports/x11/xpm/Portfile 2008-12-13 23:39:56 UTC (rev 43691)
@@ -22,23 +22,8 @@
depends_build port:pkgconfig \
port:xorg-xproto
-depends_lib lib:libX11:xorg-libX11
+depends_lib port:xorg-libX11
-# Panther and Tiger actually require the newer libX11 to build, so
-# force them to pull it in. We should revert this to ALWAYS force
-# this to pull in port:xorg-libX11 once we convert other ports to use
-# lib:libXrender:xrender instead of port:xrender
-
-platform darwin 7 {
- depends_lib-delete lib:libX11:xorg-libX11
- depends_lib-append port:xorg-libX11
-}
-
-platform darwin 8 {
- depends_lib-delete lib:libX11:xorg-libX11
- depends_lib-append port:xorg-libX11
-}
-
livecheck.check regex
livecheck.url [lindex ${master_sites} 0]?C=M&O=D
livecheck.regex libXpm-(\\d+(?:\\.\\d+)*)
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20081213/5ca1470b/attachment.html>
More information about the macports-changes
mailing list