[111820] trunk/dports/editors/vim-app/Portfile
raimue at macports.org
raimue at macports.org
Wed Oct 2 12:31:35 PDT 2013
Revision: 111820
https://trac.macports.org/changeset/111820
Author: raimue at macports.org
Date: 2013-10-02 12:31:35 -0700 (Wed, 02 Oct 2013)
Log Message:
-----------
editors/vim-app:
Restore check for Mac OS X version which was accidentally removed in r110123.
Revision Links:
--------------
https://trac.macports.org/changeset/110123
Modified Paths:
--------------
trunk/dports/editors/vim-app/Portfile
Modified: trunk/dports/editors/vim-app/Portfile
===================================================================
--- trunk/dports/editors/vim-app/Portfile 2013-10-02 18:55:53 UTC (rev 111819)
+++ trunk/dports/editors/vim-app/Portfile 2013-10-02 19:31:35 UTC (rev 111820)
@@ -96,12 +96,12 @@
port:gettext \
port:libiconv
-#pre-fetch {
-# if {${os.platform} == "darwin" && ${os.major} >= 10} {
-# ui_error "${name} does not run on Mac OS X 10.6 or greater. Please use MacVim instead."
-# return -code error "incompatible Mac OS X version"
-# }
-#}
+pre-fetch {
+ if {${os.platform} == "darwin" && ${os.major} >= 10} {
+ ui_error "${name} does not run on Mac OS X 10.6 or greater. Please use MacVim instead."
+ return -code error "incompatible Mac OS X version"
+ }
+}
autoconf.cmd make autoconf
autoconf.pre_args
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20131002/1feab8e7/attachment.html>
More information about the macports-changes
mailing list