#46737: pcsc-tools: obsolete dependency prevents port from being installed -------------------------+--------------------------- Reporter: uri@… | Owner: db_macports@… Type: defect | Status: new Priority: Normal | Milestone: Component: ports | Version: Resolution: | Keywords: Port: pcsc-tools | -------------------------+--------------------------- Comment (by devans@…): You have two versions of perl5 installed right now {{{ perl5 @5.12.4_0+perl5_12 (not active, dependss on perl5.12 perl5 @5.12.4_0+perl5_16 (active, depends on perl5.16) }}} and two perl versions {{{ perl5.12 @5.12.5_0+universal (active) perl5.16 @5.16.3_1+universal (active) }}} The perl5 version is confusing as it is always (for historical reasons) 5.12.4. The variant is the one that tells you which perl version is being used. So to uninstall perl5.12 you just need to do this {{{ sudo port uninstall perl5 @5.12.4_0+perl5_12 sudo port uninstall perl5.12 @5.12.5_0+universal }}} that should leave you with the following installed and active {{{ perl5 @5.12.4_0+perl5_16 perl5.16 @5.16.3_1+universal }}} -- Ticket URL: <https://trac.macports.org/ticket/46737#comment:4> MacPorts <https://www.macports.org/> Ports system for OS X