Changes between Initial Version and Version 1 of Ticket #46737, comment 2


Ignore:
Timestamp:
Feb 2, 2015, 9:59:04 PM (9 years ago)
Author:
dbevans (David B. Evans)
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #46737, comment 2

    initial v1  
    11pcsc-tools now selects it's perl dependencies based on what variant of perl5 is installed.  I suspect you have `perl5 +perl5_12`.
    22
    3 Make sure your ports are up to date and try installing the default (`perl5 +perl5_16`).
     3Make sure your ports are up to date and try installing the current default (`perl5 +perl5_16`).
     4{{{
     5sudo port selfupdate
     6sudo port install perl5 +perl5_16
     7sudo port install pcsc-tools
     8}}}
    49
     10