OSDN Git Service

vim 7.2.093_1
[splhack/MacPorts.git] / editors / vim / Portfile
index a00d145..c98f741 100644 (file)
@@ -1,11 +1,12 @@
-# $Id: Portfile 44680 2009-01-02 02:54:13Z raimue@macports.org $
+# $Id: Portfile 46382 2009-02-04 00:28:05Z raimue@macports.org $
 
 PortSystem          1.0
 
 name                vim
 set vim_version     7.2
-set vim_patchlevel  077
+set vim_patchlevel  093
 version             ${vim_version}.${vim_patchlevel}
+revision            1
 categories          editors
 maintainers         raimue
 description         Vi \"workalike\" with many additional features
@@ -36,6 +37,8 @@ checksums \
     sha1    970e0dda7e5b2308cf33488be1ea33d593d951cb \
     rmd160  946bd64fbf030b341cc13bee7101f2c0acb26ce2
 
+patchfiles          patch-src_auto_configure.diff
+
 distname            ${name}[strsed ${vim_version} {g/\.//}]
 dist_subdir         ${distname}
 
@@ -78,7 +81,7 @@ test.run            yes
 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      lib:libX11:XFree86
+    depends_lib-append      port:xorg-libs
 }
 variant gtk1 description {Build GUI version using GTK 1.x widgets} conflicts athena gtk2 motif {
     configure.args-delete   --enable-gui=no --without-x