[37674] trunk/dports/math/maxima/Portfile

jmr at macports.org jmr at macports.org
Wed Jun 18 10:59:30 PDT 2008


Revision: 37674
          http://trac.macosforge.org/projects/macports/changeset/37674
Author:   jmr at macports.org
Date:     2008-06-18 10:59:29 -0700 (Wed, 18 Jun 2008)

Log Message:
-----------
maxima: use the correct dependency type for the lisp implementation (fixes #15662)

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

Modified: trunk/dports/math/maxima/Portfile
===================================================================
--- trunk/dports/math/maxima/Portfile	2008-06-18 17:39:02 UTC (rev 37673)
+++ trunk/dports/math/maxima/Portfile	2008-06-18 17:59:29 UTC (rev 37674)
@@ -35,8 +35,8 @@
 checksums       md5 db5338cd384bc0531e76ccdf18d760ef \
                 sha1 8487d120471e97f24014889f6f13dfa9fb651293
 
-depends_run     port:sbcl \
-                port:tk \
+depends_lib     port:sbcl
+depends_run     port:tk \
                 port:recode \
                 port:gnuplot
 
@@ -45,8 +45,8 @@
                 --enable-sbcl
 
 variant clisp conflicts darwin i386 description {Use CLISP instead of SBCL for Lisp} {
-    depends_build-delete  port:sbcl
-    depends_build-append  port:clisp
+    depends_lib-delete  port:sbcl
+    depends_lib-append  port:clisp
     configure.args-delete --enable-sbcl
     configure.args-append --enable-clisp
 }

-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.macosforge.org/pipermail/macports-changes/attachments/20080618/51a42f32/attachment.htm 


More information about the macports-changes mailing list