[51963] trunk/dports/devel/subversion-perlbindings/Portfile

dluke at macports.org dluke at macports.org
Sun Jun 7 07:23:17 PDT 2009


Revision: 51963
          http://trac.macports.org/changeset/51963
Author:   dluke at macports.org
Date:     2009-06-07 07:23:17 -0700 (Sun, 07 Jun 2009)
Log Message:
-----------
Use a configure cache variable to set the perl to use since configure no longer accepts --with-perl5 (although the install documentation still says to do it that way)

Modified Paths:
--------------
    trunk/dports/devel/subversion-perlbindings/Portfile

Modified: trunk/dports/devel/subversion-perlbindings/Portfile
===================================================================
--- trunk/dports/devel/subversion-perlbindings/Portfile	2009-06-07 14:15:05 UTC (rev 51962)
+++ trunk/dports/devel/subversion-perlbindings/Portfile	2009-06-07 14:23:17 UTC (rev 51963)
@@ -43,9 +43,10 @@
 			--with-apr-util=${prefix}/bin/apu-1-config --without-apxs \
 			--mandir=\\\${prefix}/share/man \
 			--disable-neon-version-check --with-serf=${prefix} \
-			--with-sasl=${prefix} \
-			--with-perl5=${prefix}/bin/perl
+			--with-sasl=${prefix}
 
+configure.env		ac_cv_path_PERL=${prefix}/bin/perl
+
 build.target		swig-pl
 destroot.target		install-swig-pl-lib DESTDIR=${destroot} && \
         		cd "${worksrcpath}/subversion/bindings/swig/perl/native" &&\
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20090607/46e4a066/attachment.html>


More information about the macports-changes mailing list