#31553: split chasen port into chasen meta, chasen-base and chasen dictionaries ------------------------------+--------------------------------------------- Reporter: hum@… | Owner: macports-tickets@… Type: enhancement | Status: new Priority: Normal | Milestone: Component: ports | Version: 2.0.3 Keywords: | Port: chasen ------------------------------+--------------------------------------------- Comment(by takanori@…): Umemoto-san, Nice hacks!! except a few problems. '''chasen-base:''' {{{ depends_lib path:include/darts.h:darts }}} This is a bad idea. You shouldn't unify Darts and Darts-clone here because the dictionary file format (ie. the output) differs between these two libraries. So you should add +darts (or +darts_clone) variant to this Portfile to separate the two versions of Chasen, I think. Moreover, '''chasen-ipadic*, chasen-naist-jdic*:''' Due to the same reason, all of these dictionary ports should have +darts (or +darts_clone) like chasen-base. You may feel this is an ugly way. Indeed. ;-( That's why I want to delete darts (ie. replace darts to darts-clone) simply. (Ticket #31541) -- Ticket URL: <https://trac.macports.org/ticket/31553#comment:1> MacPorts <http://www.macports.org/> Ports system for Mac OS