[120462] trunk/dports/net/pidgin/Portfile

devans at macports.org devans at macports.org
Wed May 28 19:42:04 PDT 2014


Revision: 120462
          https://trac.macports.org/changeset/120462
Author:   devans at macports.org
Date:     2014-05-28 19:42:04 -0700 (Wed, 28 May 2014)
Log Message:
-----------
pidgin: depend on perl5.16 for perl plugin support regardless of perl5 variant installed and rebuild.

Modified Paths:
--------------
    trunk/dports/net/pidgin/Portfile

Modified: trunk/dports/net/pidgin/Portfile
===================================================================
--- trunk/dports/net/pidgin/Portfile	2014-05-29 01:56:59 UTC (rev 120461)
+++ trunk/dports/net/pidgin/Portfile	2014-05-29 02:42:04 UTC (rev 120462)
@@ -5,7 +5,7 @@
 
 name                pidgin
 version             2.10.7
-revision            6
+revision            7
 categories          net
 platforms           darwin
 license             GPL-2+
@@ -39,7 +39,7 @@
                     port:libxml2 \
                     port:nspr \
                     port:nss \
-                    port:perl5
+                    port:perl5.16
 
 # nss is not universal
 universal_variant   no
@@ -74,6 +74,8 @@
 # --disable-dependency-tracking was added because a +universal perl will result in
 # PERL_CFLAGS containing multiple -arch arguments... this is the easiest workaround
 
+configure.args-append ac_cv_path_perlpath=${prefix}/bin/perl5.16
+
 configure.ldflags-append    -bind_at_load
 configure.cppflags-append   -no-cpp-precomp
 
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.macosforge.org/pipermail/macports-changes/attachments/20140528/9afaeb24/attachment-0001.html>


More information about the macports-changes mailing list