[67663] trunk/dports/devel/ice-java/Portfile

blair at macports.org blair at macports.org
Sat May 15 10:05:33 PDT 2010


Revision: 67663
          http://trac.macports.org/changeset/67663
Author:   blair at macports.org
Date:     2010-05-15 10:05:30 -0700 (Sat, 15 May 2010)
Log Message:
-----------
List the environmental variables in a consistent order for the build
and test targets.

Modified Paths:
--------------
    trunk/dports/devel/ice-java/Portfile

Modified: trunk/dports/devel/ice-java/Portfile
===================================================================
--- trunk/dports/devel/ice-java/Portfile	2010-05-15 17:05:15 UTC (rev 67662)
+++ trunk/dports/devel/ice-java/Portfile	2010-05-15 17:05:30 UTC (rev 67663)
@@ -56,7 +56,7 @@
 
 test.run	yes
 test.dir	${worksrcpath}/java
-test.env	JAVA_HOME=/System/Library/Frameworks/JavaVM.framework/Versions/1.5/Home CLASSPATH=${classpath} DYLD_LIBRARY_PATH=${prefix}/lib/db46 ICE_HOME=${prefix}
+test.env	JAVA_HOME=/System/Library/Frameworks/JavaVM.framework/Versions/1.5/Home CLASSPATH=${classpath} ICE_HOME=${prefix} DYLD_LIBRARY_PATH=${prefix}/lib/db46
 test.cmd	python
 test.target	allTests.py
 
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20100515/2d1f2547/attachment.html>


More information about the macports-changes mailing list