Revision: 108585 https://trac.macports.org/changeset/108585 Author: jmr@macports.org Date: 2013-07-26 19:06:15 -0700 (Fri, 26 Jul 2013) Log Message: ----------- pixen: set license, remove unneeded commented code Modified Paths: -------------- trunk/dports/aqua/pixen/Portfile Modified: trunk/dports/aqua/pixen/Portfile =================================================================== --- trunk/dports/aqua/pixen/Portfile 2013-07-27 01:49:02 UTC (rev 108584) +++ trunk/dports/aqua/pixen/Portfile 2013-07-27 02:06:15 UTC (rev 108585) @@ -7,6 +7,7 @@ version 2v2 set my_version r${version} categories aqua graphics +license MIT Permissive maintainers nomaintainer description A mature pixelart drawing tool for Mac OS X @@ -29,17 +30,4 @@ # its own internal precompiled ungif lib. universal_variant no -# Dummy configure to enable universal variant -#use_configure yes -#configure {} - -#variant universal { -# build.args-append "ARCHS=\"i386 ppc\"" -# destroot.args-append "ARCHS=\"i386 ppc\"" - -# xcode.build.settings-append SDKROOT_i386=/Developer/SDKs/MacOSX10.4u.sdk -# xcode.destroot.settings-append SDKROOT_i386=/Developer/SDKs/MacOSX10.4u.sdk -#} - livecheck.version ${my_version} -
participants (1)
-
jmr@macports.org