Revision: 75473 http://trac.macports.org/changeset/75473 Author: ryandesign@macports.org Date: 2011-01-25 19:07:14 -0800 (Tue, 25 Jan 2011) Log Message: ----------- pngcrush: remove unnecessary patch phase Modified Paths: -------------- trunk/dports/graphics/pngcrush/Portfile Modified: trunk/dports/graphics/pngcrush/Portfile =================================================================== --- trunk/dports/graphics/pngcrush/Portfile 2011-01-26 02:58:04 UTC (rev 75472) +++ trunk/dports/graphics/pngcrush/Portfile 2011-01-26 03:07:14 UTC (rev 75473) @@ -25,10 +25,6 @@ checksums sha1 266cb0f0ffdfba01ff7141d5871dd2b2cedb757f \ rmd160 7ce64d19bb392b4c87515506daa1407323e05ef0 -patch { - reinplace s|gcc|${configure.compiler}|g ${worksrcpath}/Makefile -} - use_configure no build.args-append CC="${configure.cc}" LD="${configure.cc}"