[43382] trunk/dports/x11/xorg-libXmu/Portfile

jeremyhu at macports.org jeremyhu at macports.org
Tue Dec 9 22:51:59 PST 2008


Revision: 43382
          http://trac.macports.org/changeset/43382
Author:   jeremyhu at macports.org
Date:     2008-12-09 22:51:59 -0800 (Tue, 09 Dec 2008)
Log Message:
-----------
libXmu: Fixed livecheck and dependencies

Modified Paths:
--------------
    trunk/dports/x11/xorg-libXmu/Portfile

Modified: trunk/dports/x11/xorg-libXmu/Portfile
===================================================================
--- trunk/dports/x11/xorg-libXmu/Portfile	2008-12-10 06:51:38 UTC (rev 43381)
+++ trunk/dports/x11/xorg-libXmu/Portfile	2008-12-10 06:51:59 UTC (rev 43382)
@@ -19,16 +19,16 @@
 use_bzip2	yes
 use_parallel_build      yes
 
-depends_build	port:pkgconfig \
-                port:xorg-xproto \
-                port:xorg-xextproto
+depends_build \
+	port:pkgconfig \
+	port:xorg-xextproto
 
-depends_lib	lib:libX11:xorg-libX11 \
-                lib:libX11:xorg-libXext \
-                lib:libX11:xorg-libXt
+depends_lib \
+	port:xorg-libXext \
+	port:xorg-libXt
 
 livecheck.check regex
 livecheck.url   [lindex ${master_sites} 0]?C=M&O=D
-livecheck.regex libXpm-(\\d+(?:\\.\\d+)*)
+livecheck.regex libXmu-(\\d+(?:\\.\\d+)*)
 
 
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20081209/c2f19633/attachment.html>


More information about the macports-changes mailing list