[145830] trunk/dports/math/octave-devel/Portfile

mcalhoun at macports.org mcalhoun at macports.org
Thu Feb 18 08:26:43 PST 2016


Revision: 145830
          https://trac.macports.org/changeset/145830
Author:   mcalhoun at macports.org
Date:     2016-02-18 08:26:43 -0800 (Thu, 18 Feb 2016)
Log Message:
-----------
octave-devel, octave-devel-rc, octave-devel-release: while building documentation, texinfo calls external programs
see https://lists.macosforge.org/pipermail/macports-dev/2016-January/032293.html and #46105

Modified Paths:
--------------
    trunk/dports/math/octave-devel/Portfile

Modified: trunk/dports/math/octave-devel/Portfile
===================================================================
--- trunk/dports/math/octave-devel/Portfile	2016-02-18 16:25:37 UTC (rev 145829)
+++ trunk/dports/math/octave-devel/Portfile	2016-02-18 16:26:43 UTC (rev 145830)
@@ -292,12 +292,17 @@
 depends_lib-append   port:pcre
 
 #--disable-docs
-depends_lib-append port:texinfo
+depends_build-append port:texinfo
 configure.env-append                \
     MAKEINFO=${prefix}/bin/makeinfo \
     TEXI2DVI=${prefix}/bin/texi2dvi \
     TEXI2PDF=${prefix}/bin/texi2pdf
 
+# see https://lists.macosforge.org/pipermail/macports-dev/2016-January/032293.html
+depends_build-append \
+    port:texlive-basic \
+    port:texlive-latex
+
 #--without-amd
 #--without-camd
 #--without-colamd
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.macosforge.org/pipermail/macports-changes/attachments/20160218/c4e575ba/attachment-0001.html>


More information about the macports-changes mailing list