Revision: 148937 https://trac.macports.org/changeset/148937 Author: jeremyhu@macports.org Date: 2016-05-23 00:11:23 -0700 (Mon, 23 May 2016) Log Message: ----------- inkscape-devel: Revert enchant +aspell hack to match changes in inkscape port. See #51287 Modified Paths: -------------- trunk/dports/graphics/inkscape-devel/Portfile Modified: trunk/dports/graphics/inkscape-devel/Portfile =================================================================== --- trunk/dports/graphics/inkscape-devel/Portfile 2016-05-23 06:18:49 UTC (rev 148936) +++ trunk/dports/graphics/inkscape-devel/Portfile 2016-05-23 07:11:23 UTC (rev 148937) @@ -2,7 +2,6 @@ # $Id$ PortSystem 1.0 -PortGroup active_variants 1.1 name inkscape-devel conflicts inkscape @@ -47,24 +46,11 @@ port:libexif \ port:libvisio-0.1 \ port:libwpg-0.3 \ + port:gtkspell2 \ port:potrace \ port:py27-lxml \ port:py27-numpy -# spell checking dependencies -# require enchant +aspell -applespell -# this breaks inkscape default build because -# enchant +aspell is not the default -# https://trac.macports.org/ticket/51287 - -depends_lib-append port:aspell \ - port:enchant \ - port:gtkspell2 - -require_active_variants enchant aspell applespell - -depends_run port:gnome-themes-standard - pre-fetch { ui_msg "---> Fetching source from bzr repository: this may take a while" }