[43680] trunk/dports/x11/fvwm2/Portfile

jeremyhu at macports.org jeremyhu at macports.org
Sat Dec 13 12:38:14 PST 2008


Revision: 43680
          http://trac.macports.org/changeset/43680
Author:   jeremyhu at macports.org
Date:     2008-12-13 12:38:13 -0800 (Sat, 13 Dec 2008)
Log Message:
-----------
fvwm2: autoreconf to find X11 on Leopard, updated dependencies, build parallel

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

Modified: trunk/dports/x11/fvwm2/Portfile
===================================================================
--- trunk/dports/x11/fvwm2/Portfile	2008-12-13 20:04:48 UTC (rev 43679)
+++ trunk/dports/x11/fvwm2/Portfile	2008-12-13 20:38:13 UTC (rev 43680)
@@ -17,20 +17,33 @@
 				sha1 a66746c38d392da826b0c6f880b486c1064ee734 \
 				rmd160 4025f6c75c0919bffdaa9acbc7a4d987617d098b
 
-depends_lib			lib:libX11.6:XFree86 \
-				lib:libXpm.4:xpm \
-				port:gtk1 \
-				port:readline \
-				port:gnome-libs
+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 \
+	port:libpng \
+	port:gtk1 \
+	port:readline \
+	port:gnome-libs
+
 configure.args				--enable-gtk \
 					--with-gnome \
 					--with-ncurses-library=yes \
 					--without-rplay-library \
-					--without-stroke-library \
-					--x-include=${x11prefix}/include \
-					--x-lib=${x11prefix}/lib
+					--without-stroke-library
 
+use_autoconf yes
+autoconf.cmd autoreconf
+autoconf.args -fvi
+
 livecheck.check	regexm
 livecheck.regex	{Latest Unstable Release: &nbsp; </td>\s+.*?<a href="download" >([^<]*)</a>} 
 livecheck.url	${homepage}
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20081213/5d80544f/attachment.html>


More information about the macports-changes mailing list