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

source_changes at macosforge.org source_changes at macosforge.org
Sat Feb 24 11:33:14 PST 2007


Revision: 22268
          http://trac.macosforge.org/projects/macports/changeset/22268
Author:   pipping at macports.org
Date:     2007-02-24 11:33:14 -0800 (Sat, 24 Feb 2007)

Log Message:
-----------
 * make sure only conflicting flags are removed

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

Modified: trunk/dports/editors/vim/Portfile
===================================================================
--- trunk/dports/editors/vim/Portfile	2007-02-24 19:13:21 UTC (rev 22267)
+++ trunk/dports/editors/vim/Portfile	2007-02-24 19:33:14 UTC (rev 22268)
@@ -5,7 +5,7 @@
 set vim_version	    7.0
 set vim_patchlevel  201
 version             ${vim_version}.${vim_patchlevel}
-revision            0
+revision            1
 categories          editors
 maintainers         pipping at macports.org
 description         Vi "workalike" with many additional features
@@ -209,7 +209,8 @@
 # ncurses - incorrectly linked from /usr/lib
 variant universal {
     configure.args-append   --with-mac-arch=both
-    configure.env           
+    configure.env-delete    CPPFLAGS="-I${prefix}/include" \
+                              LDFLAGS="-L${prefix}/lib"
 }
 
 platform darwin i386 {

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


More information about the macports-changes mailing list