[110604] trunk/dports/gnome/mlview/Portfile
jeremyhu at macports.org
jeremyhu at macports.org
Mon Sep 2 15:54:53 PDT 2013
Revision: 110604
https://trac.macports.org/changeset/110604
Author: jeremyhu at macports.org
Date: 2013-09-02 15:54:53 -0700 (Mon, 02 Sep 2013)
Log Message:
-----------
mlview: Adjust blacklist
Modified Paths:
--------------
trunk/dports/gnome/mlview/Portfile
Modified: trunk/dports/gnome/mlview/Portfile
===================================================================
--- trunk/dports/gnome/mlview/Portfile 2013-09-02 22:51:16 UTC (rev 110603)
+++ trunk/dports/gnome/mlview/Portfile 2013-09-02 22:54:53 UTC (rev 110604)
@@ -47,8 +47,19 @@
reinplace "s|@@MP_PREFIX@@|${prefix}|" ${worksrcpath}/tests/firstplugin.xml
}
-compiler.blacklist clang
+compiler.blacklist *clang*
+platform darwin {
+ if {${os.major} >= 13} {
+ depends_lib
+ depends_run
+ pre-fetch {
+ ui_error "$name does not build on Mavericks or later."
+ error "unsupported platform"
+ }
+ }
+}
+
configure.args --mandir=${prefix}/share/man \
--disable-schemas-install
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20130902/bb0bf172/attachment.html>
More information about the macports-changes
mailing list