[70918] trunk/dports/graphics/makeicns/Portfile

mk at macports.org mk at macports.org
Wed Aug 25 23:31:39 PDT 2010


Revision: 70918
          http://trac.macports.org/changeset/70918
Author:   mk at macports.org
Date:     2010-08-25 23:31:39 -0700 (Wed, 25 Aug 2010)
Log Message:
-----------
makeicns: prepare for improved capabilities of Makefile currently in development (allowing properly configured universal build)

Modified Paths:
--------------
    trunk/dports/graphics/makeicns/Portfile

Modified: trunk/dports/graphics/makeicns/Portfile
===================================================================
--- trunk/dports/graphics/makeicns/Portfile	2010-08-26 06:22:58 UTC (rev 70917)
+++ trunk/dports/graphics/makeicns/Portfile	2010-08-26 06:31:39 UTC (rev 70918)
@@ -5,7 +5,7 @@
 
 name                makeicns
 version             1.4
-revision            4
+revision            5
 categories          graphics
 maintainers         techno.ms:mk-macports pixilla.com:brad
 platforms           darwin
@@ -30,7 +30,10 @@
 
 use_configure       no
 
-variant universal {}
+variant universal {
+    build.env-append BUILD_UNIVERSAL=yes
+}
+
 if {[variant_isset universal]} {
     set archflags ${configure.universal_cflags}
 } else {
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20100825/21ec96e4/attachment.html>


More information about the macports-changes mailing list