[108123] trunk/dports/math/cadabra/Portfile

larryv at macports.org larryv at macports.org
Sat Jul 13 08:26:44 PDT 2013


Revision: 108123
          https://trac.macports.org/changeset/108123
Author:   larryv at macports.org
Date:     2013-07-13 08:26:44 -0700 (Sat, 13 Jul 2013)
Log Message:
-----------
cadabra: Ensure post-activate runs texhash from MacPorts.

Modified Paths:
--------------
    trunk/dports/math/cadabra/Portfile

Modified: trunk/dports/math/cadabra/Portfile
===================================================================
--- trunk/dports/math/cadabra/Portfile	2013-07-13 15:10:14 UTC (rev 108122)
+++ trunk/dports/math/cadabra/Portfile	2013-07-13 15:26:44 UTC (rev 108123)
@@ -4,6 +4,7 @@
 
 name		cadabra
 version		1.33
+revision	1
 categories	math
 platforms	darwin
 license		GPL-3+
@@ -42,6 +43,7 @@
 variant gui description {build with GUI} {
     depends_lib-append      port:gtkmm
     depends_run-append      port:dvipng \
+                            port:texlive-basic \
                             port:texlive-latex \
                             port:texlive-latex-recommended
     configure.args-delete   --disable-gui
@@ -70,5 +72,5 @@
 test.target	test advtest
 
 post-activate	{
-		  system "texhash"
+		  system "${prefix}/bin/texhash"
 		}
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20130713/d20ca73a/attachment.html>


More information about the macports-changes mailing list