[137634] trunk/dports/textproc/lookup/Portfile

mojca at macports.org mojca at macports.org
Mon Jun 15 09:33:57 PDT 2015


Revision: 137634
          https://trac.macports.org/changeset/137634
Author:   mojca at macports.org
Date:     2015-06-15 09:33:57 -0700 (Mon, 15 Jun 2015)
Log Message:
-----------
lookup: replace dependency on pTeX with TeX Live (#41980)

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

Modified: trunk/dports/textproc/lookup/Portfile
===================================================================
--- trunk/dports/textproc/lookup/Portfile	2015-06-15 16:26:39 UTC (rev 137633)
+++ trunk/dports/textproc/lookup/Portfile	2015-06-15 16:33:57 UTC (rev 137634)
@@ -6,6 +6,7 @@
 set ver_main    1.4
 set ver_media   20121122
 version         ${ver_main}-media-${ver_media}
+revision        1
 categories      textproc japanese
 maintainers     nomaintainer
 description     Dictionary search interface for Emacs, including the media patch
@@ -95,7 +96,8 @@
 
 variant ptex description {Build and install PDF documents using pTeX} {
     distfiles-append    texinfo.tex:texinfo-jp
-    depends_build-append    port:pTeX
+    depends_build-append    port:texlive-lang-japanese \
+                            port:texlive-fonts-recommended
     post-extract {
         # this is texinfo.tex 2008-11-25.16 with Japanese support
         copy ${distpath}/texinfo.tex ${worksrcpath}/texi
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.macosforge.org/pipermail/macports-changes/attachments/20150615/fb1c54c5/attachment.html>


More information about the macports-changes mailing list