Revision: 70918 http://trac.macports.org/changeset/70918 Author: mk@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 {
participants (1)
-
mk@macports.org