[21860] trunk/dports/editors/vim

source_changes at macosforge.org source_changes at macosforge.org
Sat Feb 10 10:19:49 PST 2007


Revision: 21860
          http://trac.macosforge.org/projects/macports/changeset/21860
Author:   pipping at macports.org
Date:     2007-02-10 10:19:48 -0800 (Sat, 10 Feb 2007)

Log Message:
-----------
 * fix issues introduced by the DP->MP switch
 * remove variant ncurses (vim depends on ncurses already)

Modified Paths:
--------------
    trunk/dports/editors/vim/Portfile
    trunk/dports/editors/vim/files/GVim_app.tar.gz

Modified: trunk/dports/editors/vim/Portfile
===================================================================
--- trunk/dports/editors/vim/Portfile	2007-02-10 17:04:17 UTC (rev 21859)
+++ trunk/dports/editors/vim/Portfile	2007-02-10 18:19:48 UTC (rev 21860)
@@ -87,9 +87,9 @@
     }
 }
 
-depends_lib         port:gettext
+depends_lib         port:gettext port:ncurses
 configure.args      --enable-gui=no --without-x --disable-gpm \
-                        --mandir=${prefix}/share/man
+                        --mandir=${prefix}/share/man --with-tlib=ncurses
 configure.env       CPPFLAGS="-I${prefix}/include" LDFLAGS="-L${prefix}/lib"
 extract.only        ${name}-${vim_version}${extract.suffix}
 post-extract {
@@ -171,7 +171,6 @@
 variant big         { configure.args-append --with-features=big }
 variant huge        { configure.args-append --with-features=huge }
 variant multibyte   { configure.args-append --enable-multibyte }
-variant ncurses     { configure.args-append --with-tlib=ncurses }
 variant xim         { configure.args-append --with-xim }
 
 variant perl {

Modified: trunk/dports/editors/vim/files/GVim_app.tar.gz
===================================================================
(Binary files differ)

-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.macosforge.org/pipermail/macports-changes/attachments/20070210/a563a883/attachment.html


More information about the macports-changes mailing list