[109204] branches/subversion-subports/dports/devel/subversion/Portfile

larryv at macports.org larryv at macports.org
Sat Aug 10 00:16:01 PDT 2013


Revision: 109204
          https://trac.macports.org/changeset/109204
Author:   larryv at macports.org
Date:     2013-08-10 00:16:01 -0700 (Sat, 10 Aug 2013)
Log Message:
-----------
[subversion-subports] Use public configure argument to select Perl.

Modified Paths:
--------------
    branches/subversion-subports/dports/devel/subversion/Portfile

Modified: branches/subversion-subports/dports/devel/subversion/Portfile
===================================================================
--- branches/subversion-subports/dports/devel/subversion/Portfile	2013-08-10 06:59:31 UTC (rev 109203)
+++ branches/subversion-subports/dports/devel/subversion/Portfile	2013-08-10 07:16:01 UTC (rev 109204)
@@ -87,9 +87,6 @@
 
 
 # Configure
-switch -regexp ${subport} {
-    perl    {configure.env  ac_cv_path_PERL=${prefix}/bin/perl${perl5.branch}}
-}
 configure.args  --disable-keychain \
                 --with-apr=${prefix}/bin/apr-1-config \
                 --with-apr-util=${prefix}/bin/apu-1-config \
@@ -99,6 +96,9 @@
                 --with-serf=${prefix} \
                 --without-apxs \
                 --without-gnome-keyring
+switch -regexp ${subport} {
+    perl    {configure.args-append  PERL=${prefix}/bin/perl${perl5.branch}}
+}
 pre-configure {
     reinplace "s|hardcode_direct=yes|hardcode_direct=no|g" \
         ${worksrcpath}/configure
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20130810/96b34c42/attachment.html>


More information about the macports-changes mailing list