Revision: 70192 http://trac.macports.org/changeset/70192 Author: ryandesign@macports.org Date: 2010-08-01 02:31:53 -0700 (Sun, 01 Aug 2010) Log Message: ----------- graphviz, graphviz-devel: do archcheck libgs.dylib; it does turn out to get used after all Modified Paths: -------------- trunk/dports/graphics/graphviz/Portfile trunk/dports/graphics/graphviz-devel/Portfile Modified: trunk/dports/graphics/graphviz/Portfile =================================================================== --- trunk/dports/graphics/graphviz/Portfile 2010-08-01 09:29:26 UTC (rev 70191) +++ trunk/dports/graphics/graphviz/Portfile 2010-08-01 09:31:53 UTC (rev 70192) @@ -53,8 +53,6 @@ port:zlib \ port:gettext -# Ghostscript is not included here because Graphviz uses the gs executable, -# not the libgs library. archcheck.files lib/libXaw.dylib \ lib/libpango-1.0.dylib \ lib/libjpeg.dylib \ @@ -63,6 +61,7 @@ lib/libfreetype.dylib \ lib/libexpat.dylib \ lib/libgd.dylib \ + lib/libgs.dylib \ lib/libz.dylib \ lib/libintl.dylib Modified: trunk/dports/graphics/graphviz-devel/Portfile =================================================================== --- trunk/dports/graphics/graphviz-devel/Portfile 2010-08-01 09:29:26 UTC (rev 70191) +++ trunk/dports/graphics/graphviz-devel/Portfile 2010-08-01 09:31:53 UTC (rev 70192) @@ -52,8 +52,6 @@ port:zlib \ port:gettext -# Ghostscript is not included here because Graphviz uses the gs executable, -# not the libgs library. archcheck.files lib/libXaw.dylib \ lib/libpango-1.0.dylib \ lib/libjpeg.dylib \ @@ -62,6 +60,7 @@ lib/libfreetype.dylib \ lib/libexpat.dylib \ lib/libgd.dylib \ + lib/libgs.dylib \ lib/libz.dylib \ lib/libintl.dylib