[133906] trunk/dports/textproc/doxygen/Portfile

ryandesign at macports.org ryandesign at macports.org
Sun Mar 15 11:27:27 PDT 2015


Revision: 133906
          https://trac.macports.org/changeset/133906
Author:   ryandesign at macports.org
Date:     2015-03-15 11:27:27 -0700 (Sun, 15 Mar 2015)
Log Message:
-----------
doxygen: always use python 2.7, not just in the doc variant; fixes build on Tiger and Leopard (#44638)

Modified Paths:
--------------
    trunk/dports/textproc/doxygen/Portfile

Modified: trunk/dports/textproc/doxygen/Portfile
===================================================================
--- trunk/dports/textproc/doxygen/Portfile	2015-03-15 18:17:20 UTC (rev 133905)
+++ trunk/dports/textproc/doxygen/Portfile	2015-03-15 18:27:27 UTC (rev 133906)
@@ -39,9 +39,10 @@
                         sha256  d4ab6e28d4d45d8956cad17470aade3fbe2356e8f64b92167e738c1887feccec
 
 depends_build-append    bin:perl:perl5 \
+                        bin:python2.7:python27 \
                         port:flex \
                         port:bison
-license_noconflict      perl5
+license_noconflict      perl5 python27
 
 depends_lib             port:libpng \
                         port:libiconv
@@ -114,7 +115,8 @@
 configure.universal_args-delete \
                         --disable-dependency-tracking
 configure.pre_args      --prefix ${prefix}
-configure.args          --make ${build.cmd}
+configure.args          --make ${build.cmd} \
+                        --python python2.7
 
 build.target            all
 
@@ -127,11 +129,9 @@
     patchfiles-delete       patch-configure.diff
 
     configure.args-append   --docdir ${prefix}/share/doc \
-                            --dot ${prefix}/bin/dot \
-                            --python python2.7
+                            --dot ${prefix}/bin/dot
 
-    depends_build-append    path:bin/dot:graphviz \
-                            bin:python2.7:python27
+    depends_build-append    path:bin/dot:graphviz
     build.target-append     pdf
     use_parallel_build      no
 
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.macosforge.org/pipermail/macports-changes/attachments/20150315/5a0f4f63/attachment.html>


More information about the macports-changes mailing list