New Ticket     Tickets     Wiki     Browse Source     Timeline     Roadmap     Ticket Reports     Search

Changeset 83370


Ignore:
Timestamp:
08/30/11 10:17:05 (4 years ago)
Author:
cal@…
Message:

perl/p5-eperl: move +shared-check to pre-configure

perl is depends_lib and will thus be installed before configure; we can move the check for +shared to pre-configure

File:
1 edited

Legend:

Unmodified
Added
Removed
  • users/cal/ports/perl/p5-eperl/Portfile

    r83369 r83370  
    115115test.run                yes 
    116116 
    117 pre-build { 
     117pre-configure { 
    118118   if ![exec ${perl5.bin} -MConfig -e "print \$Config{'useshrplib'} || 0"] { 
    119119        ui_error "${name} requires perl5 to be installed with the +shared variant." 
Note: See TracChangeset for help on using the changeset viewer.