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

g5pw at macports.org g5pw at macports.org
Wed Jun 4 01:10:47 PDT 2014


Revision: 120638
          https://trac.macports.org/changeset/120638
Author:   g5pw at macports.org
Date:     2014-06-04 01:10:46 -0700 (Wed, 04 Jun 2014)
Log Message:
-----------
textproc/doxygen:
  use python2.7 binary regardless of it's installed via MacPorts or bundled with
  system.
  not revbumping since build failed if python2.7 was bundled with system (script
  tried to use MacPorts Python)

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

Modified: trunk/dports/textproc/doxygen/Portfile
===================================================================
--- trunk/dports/textproc/doxygen/Portfile	2014-06-04 04:41:42 UTC (rev 120637)
+++ trunk/dports/textproc/doxygen/Portfile	2014-06-04 08:10:46 UTC (rev 120638)
@@ -122,10 +122,9 @@
     patchfiles-delete       patch-configure.diff
 
     configure.args-append   --docdir ${prefix}/share/doc \
-                            --dot ${prefix}/bin/dot
+                            --dot ${prefix}/bin/dot \
+                            --python python2.7
 
-    configure.python        ${prefix}/bin/python2.7
-
     depends_build-append    path:bin/dot:graphviz \
                             bin:python2.7:python27
     build.target-append     pdf
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.macosforge.org/pipermail/macports-changes/attachments/20140604/804cf34b/attachment.html>


More information about the macports-changes mailing list