diff -ru /opt/local/var/db/dports/sources/rsync.rsync.darwinports.org_dpupdate_dports/python/py-sip/Portfile python/py-sip/Portfile --- /opt/local/var/db/dports/sources/rsync.rsync.darwinports.org_dpupdate_dports/python/py-sip/Portfile 2006-08-29 22:18:52.000000000 -0700 +++ python/py-sip/Portfile 2006-10-27 18:06:33.000000000 -0700 @@ -32,7 +32,10 @@ -e ${prefix}/include/python2.4 \ -v ${prefix}/share/sip \ -p macx-g++ -configure.post_args LFLAGS=-L${prefix}/lib +configure.post_args LFLAGS="-F${prefix}/Library/Frameworks -L${prefix}/lib" + +test.run yes +test.cmd cd siplib && ${prefix}/bin/python2.4 -c 'import sip' post-destroot { xinstall -m 755 -d ${destroot}/${prefix}/share/doc Only in python/py-sip: work