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

gwright at macports.org gwright at macports.org
Wed Dec 26 09:44:26 PST 2007


Revision: 32346
          http://trac.macosforge.org/projects/macports/changeset/32346
Author:   gwright at macports.org
Date:     2007-12-26 09:44:24 -0800 (Wed, 26 Dec 2007)

Log Message:
-----------
Fix build error and add dependency on teTeX.

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

Modified: trunk/dports/math/cadabra/Portfile
===================================================================
--- trunk/dports/math/cadabra/Portfile	2007-12-26 17:04:14 UTC (rev 32345)
+++ trunk/dports/math/cadabra/Portfile	2007-12-26 17:44:24 UTC (rev 32346)
@@ -3,6 +3,7 @@
 PortSystem 1.0
 name		cadabra
 version		0.128
+revision	1
 categories	math
 platforms	darwin
 maintainers	gwright at macports.org
@@ -34,14 +35,16 @@
 		port:pcrexx	\
 		port:gmp	\
 		port:LiE	\
-		port:gtkmm
+		port:gtkmm	\
+		port:teTeX
 
+build.env	CC=gcc CXX=g++
+
 post-build	{
 		  system "env CDB_LOG=1 ${build.cmd} advtest"
 		}
 
-post-activate	{ if { [variant_isset texmacs] } {
-			system "texhash"
-		  }
+post-activate	{
+		  system "texhash"
 		}
 

-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.macosforge.org/pipermail/macports-changes/attachments/20071226/03475965/attachment.html


More information about the macports-changes mailing list