[43641] trunk/dports/x11/fluxbox/Portfile

jeremyhu at macports.org jeremyhu at macports.org
Fri Dec 12 13:36:49 PST 2008


Revision: 43641
          http://trac.macports.org/changeset/43641
Author:   jeremyhu at macports.org
Date:     2008-12-12 13:36:49 -0800 (Fri, 12 Dec 2008)
Log Message:
-----------
fluxbox: autoreconf for better X11 detection on Leopard.  Updated dependencies.

Modified Paths:
--------------
    trunk/dports/x11/fluxbox/Portfile

Modified: trunk/dports/x11/fluxbox/Portfile
===================================================================
--- trunk/dports/x11/fluxbox/Portfile	2008-12-12 21:00:40 UTC (rev 43640)
+++ trunk/dports/x11/fluxbox/Portfile	2008-12-12 21:36:49 UTC (rev 43641)
@@ -19,11 +19,27 @@
 checksums	md5 421366dbb21592196b5dde6c8ea11229
 
 use_bzip2	yes
-depends_lib	lib:libX11.6:XFree86 lib:libXext.6:XFree86
+use_parallel_build yes
 
+depends_build \
+	port:autoconf \
+	port:automake \
+	port:libtool
+
+depends_lib \
+	lib:libSM.6:xorg-libsm \
+	lib:libXft.2:Xft2 \
+	lib:libXinerama.1:xorg-libXinerama \
+	lib:libXpm.4:xpm \
+	lib:libXrandr.2:xorg-libXrandr
+
 livecheck.url   ${homepage}/download.php
 livecheck.regex "The latest stable release is <b>v(\[0-9a-z.\]+)</b>."
 
+use_autoconf yes
+autoconf.cmd autoreconf
+autoconf.args -fvi
+
 configure.args	--mandir=${prefix}/share/man
 
 platform darwin 7 {
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20081212/629e64d9/attachment.html>


More information about the macports-changes mailing list