[47455] trunk/dports/editors/vim/Portfile

jeremyhu at macports.org jeremyhu at macports.org
Sat Feb 28 01:45:17 PST 2009


Revision: 47455
          http://trac.macports.org/changeset/47455
Author:   jeremyhu at macports.org
Date:     2009-02-28 01:45:17 -0800 (Sat, 28 Feb 2009)
Log Message:
-----------
vim: Updated X11 dependencies

Modified Paths:
--------------
    trunk/dports/editors/vim/Portfile

Modified: trunk/dports/editors/vim/Portfile
===================================================================
--- trunk/dports/editors/vim/Portfile	2009-02-28 09:10:25 UTC (rev 47454)
+++ trunk/dports/editors/vim/Portfile	2009-02-28 09:45:17 UTC (rev 47455)
@@ -80,7 +80,7 @@
 variant athena description {Build GUI version using Athena widgets} conflicts gtk1 gtk2 motif {
     configure.args-delete   --enable-gui=no --without-x
     configure.args-append   --enable-gui=athena --with-x --disable-darwin
-    depends_lib-append      port:xorg-libs
+    depends_lib-append      port:xorg-libXaw
 }
 variant gtk1 description {Build GUI version using GTK 1.x widgets} conflicts athena gtk2 motif {
     configure.args-delete   --enable-gui=no --without-x
@@ -95,7 +95,7 @@
 variant motif description {Build GUI version with Motif widgets} conflicts athena gtk1 gtk2 {
     configure.args-delete   --enable-gui=no --without-x
     configure.args-append   --enable-gui=motif --with-x --disable-darwin
-    depends_lib-append      port:openmotif
+    depends_lib-append      lib:libXm:openmotif
 }
 
 variant tiny description {Build tiny feature set} {
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20090228/a94d96cb/attachment.html>


More information about the macports-changes mailing list