[44790] trunk/dports/x11/wmcube/Portfile

jeremyhu at macports.org jeremyhu at macports.org
Fri Jan 2 18:39:28 PST 2009


Revision: 44790
          http://trac.macports.org/changeset/44790
Author:   jeremyhu at macports.org
Date:     2009-01-02 18:39:27 -0800 (Fri, 02 Jan 2009)
Log Message:
-----------
wmcube: Not universal, updated X11 dependencies, fixed build directories

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

Modified: trunk/dports/x11/wmcube/Portfile
===================================================================
--- trunk/dports/x11/wmcube/Portfile	2009-01-03 02:37:03 UTC (rev 44789)
+++ trunk/dports/x11/wmcube/Portfile	2009-01-03 02:39:27 UTC (rev 44790)
@@ -14,13 +14,16 @@
 homepage         http://dockapps.org/file.php/id/162
 platforms        darwin
 master_sites     http://dockapps.org/download.php/id/222/
-depends_lib      lib:libX11.6:XFree86
+depends_lib \
+	lib:libXext.6:xorg-libXext \
+	lib:libXpm.4:xpm
 checksums        md5 efc6f484c53f0a98a76925a6e1a74cd3
 
 worksrcdir      ${name}/${name}
 
 use_configure   no
-build.args      -f Makefile.OPENBSD
+universal_variant no
+build.args      -f Makefile.OPENBSD LIBDIR="-L${prefix}/lib -L${x11prefix}/lib -L./libdocapp" INCLUDES="-I${prefix}/include -I${x11prefix}/include"
 
 destroot {
     xinstall -m 755 -o root -g wheel ${worksrcpath}/${name} \
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20090102/e90b772d/attachment-0001.html>


More information about the macports-changes mailing list