[43207] trunk/dports/x11/openmotif/Portfile

jeremyhu at macports.org jeremyhu at macports.org
Sat Dec 6 20:13:26 PST 2008


Revision: 43207
          http://trac.macports.org/changeset/43207
Author:   jeremyhu at macports.org
Date:     2008-12-06 20:13:25 -0800 (Sat, 06 Dec 2008)
Log Message:
-----------
openmotif: updated configure.args to properly build.  updated depends.

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

Modified: trunk/dports/x11/openmotif/Portfile
===================================================================
--- trunk/dports/x11/openmotif/Portfile	2008-12-07 04:13:23 UTC (rev 43206)
+++ trunk/dports/x11/openmotif/Portfile	2008-12-07 04:13:25 UTC (rev 43207)
@@ -25,15 +25,20 @@
                 sha1    3245375f4bd8e2d2eb02c2636d5491e834d8bb1a \
                 rmd160  e03422204b6077fa6556894f194236d40e92e42b
 
-depends_lib     port:jpeg \
-                port:libpng \
-                port:Xft2 \
-                port:fontconfig \
-                port:freetype \
-                port:libiconv \
-                port:xrender \
-                port:zlib \
-                lib:libX11.6:XFree86
+depends_lib \
+	port:jpeg \
+	port:libpng \
+	port:fontconfig \
+	port:freetype \
+	port:libiconv \
+	port:zlib \
+	lib:libSM.6:xorg-libsm \
+	lib:libXext.6:xorg-libXext \
+	lib:libXft.2:Xft2 \
+	lib:libXmu.6:xorg-libXmu \
+	lib:libXp.6:xorg-libXp \
+	lib:libXrender.1:xrender \
+	lib:libXt.6:xorg-libXt
 
 patchfiles      patch-demos-programs-peridoc-Makefile.in.diff \
                 patch-lib-Mrm-Makefile.in.diff
@@ -46,16 +51,8 @@
 configure.args  --mandir=${prefix}/share/man	\
                 --enable-xft	\
                 --with-fontconfig-config=${prefix}/bin/freetype-config	\
-                --with-fontconfig-includes=${prefix}/include	\
-                --with-fontconfig-lib=${prefix}/lib	\
-                --with-freetype-includes=${prefix}/include	\
-                --with-freetype-lib=${prefix}/lib	\
                 --enable-jpeg	\
-                --with-libjpeg-includes=${prefix}/include	\
-                --with-libjpeg-lib=${prefix}/lib	\
-                --enable-png	\
-                --with-libpng-includes=${prefix}/include	\
-                --with-libpng-lib=${prefix}/lib	
+                --enable-png
 
 build.env       LANG=C
 
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20081206/10c40614/attachment-0001.html>


More information about the macports-changes mailing list