[63620] trunk/dports/python/py26-sqlite/Portfile
snc at macports.org
snc at macports.org
Wed Feb 10 06:07:24 PST 2010
Revision: 63620
http://trac.macports.org/changeset/63620
Author: snc at macports.org
Date: 2010-02-10 06:07:20 -0800 (Wed, 10 Feb 2010)
Log Message:
-----------
build on tiger, #23191
Modified Paths:
--------------
trunk/dports/python/py26-sqlite/Portfile
Modified: trunk/dports/python/py26-sqlite/Portfile
===================================================================
--- trunk/dports/python/py26-sqlite/Portfile 2010-02-10 12:58:22 UTC (rev 63619)
+++ trunk/dports/python/py26-sqlite/Portfile 2010-02-10 14:07:20 UTC (rev 63620)
@@ -30,6 +30,9 @@
if { ${os.major} == 9} {
set os.my_version 10.5
}
+if { ${os.major} == 8} {
+ set os.my_version 10.4
+}
test.dir "${worksrcpath}/build/lib.macosx-${os.my_version}-${os.arch}-${python.branch}"
test.run yes
test.cmd ${python.bin} -c "'from pysqlite2.test import test; test()'"
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20100210/cbcfa4cb/attachment.html>
More information about the macports-changes
mailing list