[143355] trunk/dports/science/xraylib/Portfile

mojca at macports.org mojca at macports.org
Sat Dec 12 09:38:09 PST 2015


Revision: 143355
          https://trac.macports.org/changeset/143355
Author:   mojca at macports.org
Date:     2015-12-10 23:49:09 -0800 (Thu, 10 Dec 2015)
Log Message:
-----------
xraylib: use the perl5.bin variable

Modified Paths:
--------------
    trunk/dports/science/xraylib/Portfile

Modified: trunk/dports/science/xraylib/Portfile
===================================================================
--- trunk/dports/science/xraylib/Portfile	2015-12-11 07:35:15 UTC (rev 143354)
+++ trunk/dports/science/xraylib/Portfile	2015-12-11 07:49:09 UTC (rev 143355)
@@ -33,7 +33,7 @@
 
 patchfiles          yosemite-libtool.patch
 
-compilers.choose fc
+compilers.choose    fc
 compilers.setup
 
 configure.args      --disable-idl \
@@ -54,7 +54,7 @@
 perl5.create_variants ${perl5.branches}
 
 if {[variant_isset perl5_16] || [variant_isset perl5_18] || [variant_isset perl5_20] || [variant_isset perl5_22]} {
-    configure.perl ${prefix}/bin/perl${perl5.major}
+    configure.perl ${perl5.bin}
     configure.args-delete --disable-perl
     configure.args-append --enable-perl --enable-perl-integration
     depends_build-append port:swig-perl
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.macosforge.org/pipermail/macports-changes/attachments/20151212/b652e28a/attachment.html>


More information about the macports-changes mailing list