[83370] users/cal/ports/perl/p5-eperl/Portfile

cal at macports.org cal at macports.org
Tue Aug 30 10:17:07 PDT 2011


Revision: 83370
          http://trac.macports.org/changeset/83370
Author:   cal at macports.org
Date:     2011-08-30 10:17:05 -0700 (Tue, 30 Aug 2011)
Log 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

Modified Paths:
--------------
    users/cal/ports/perl/p5-eperl/Portfile

Modified: users/cal/ports/perl/p5-eperl/Portfile
===================================================================
--- users/cal/ports/perl/p5-eperl/Portfile	2011-08-30 17:11:31 UTC (rev 83369)
+++ users/cal/ports/perl/p5-eperl/Portfile	2011-08-30 17:17:05 UTC (rev 83370)
@@ -114,7 +114,7 @@
 
 test.run                yes
 
-pre-build {
+pre-configure {
    if ![exec ${perl5.bin} -MConfig -e "print \$Config{'useshrplib'} || 0"] {
         ui_error "${name} requires perl5 to be installed with the +shared variant."
         return -code error "perl5 must be +shared"
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20110830/1ff4ce6c/attachment.html>


More information about the macports-changes mailing list