[122058] trunk/dports/tex/LaTeXML/Portfile

ryandesign at macports.org ryandesign at macports.org
Sun Jul 13 14:23:34 PDT 2014


Revision: 122058
          https://trac.macports.org/changeset/122058
Author:   ryandesign at macports.org
Date:     2014-07-13 14:23:34 -0700 (Sun, 13 Jul 2014)
Log Message:
-----------
LaTeXML: fix dependency in +texlive variant

Modified Paths:
--------------
    trunk/dports/tex/LaTeXML/Portfile

Modified: trunk/dports/tex/LaTeXML/Portfile
===================================================================
--- trunk/dports/tex/LaTeXML/Portfile	2014-07-13 20:46:31 UTC (rev 122057)
+++ trunk/dports/tex/LaTeXML/Portfile	2014-07-13 21:23:34 UTC (rev 122058)
@@ -64,7 +64,7 @@
 # and install latexml's stylefiles to texlive's texmf
 variant texlive description {Build with (macports) texlive support} {
     notes "Using texlive for TeX: will install styles to its texmf"
-    depends_lib-append      texlive
+    depends_lib-append      port:texlive
     configure.args-append   TEXMF=[exec kpsewhich --expand-var='\$TEXMFLOCAL']
     post-activate {
         system "mktexlsr"
@@ -88,7 +88,7 @@
         system /usr/texbin/mktexlsr
     }
 
-    # AND, since we're installing files outside macport's normal directories
+    # AND, since we're installing files outside macports' normal directories
     destroot.violate_mtree  yes
 }
 
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.macosforge.org/pipermail/macports-changes/attachments/20140713/1dfa6ec9/attachment.html>


More information about the macports-changes mailing list