Modified: trunk/dports/sysutils/rpm54/Portfile (91426 => 91427)
--- trunk/dports/sysutils/rpm54/Portfile 2012-04-01 19:16:08 UTC (rev 91426)
+++ trunk/dports/sysutils/rpm54/Portfile 2012-04-01 19:19:34 UTC (rev 91427)
@@ -59,6 +59,8 @@
PERL=${prefix}/bin/perl5.8
+configure.args-append --with-python-lib-dir=${prefix}/lib/python2.5/site-packages
+
configure.args-append --disable-openmp --with-lua=internal --with-syck=internal
configure.cppflags-append -I${prefix}/include/xar -I${prefix}/include/ossp
@@ -124,6 +126,7 @@
depends_build-delete port:python25
depends_build-append port:python26
configure.args-delete --with-python=2.5
+ configure.args-delete --with-python-lib-dir=${prefix}/lib/python2.5/site-packages
configure.args-append --with-python=2.6
configure.env-delete __PYTHON=${prefix}/bin/python2.5
configure.env-append __PYTHON=${prefix}/bin/python2.6
@@ -133,6 +136,7 @@
depends_build-delete port:python25
depends_build-append port:python27
configure.args-delete --with-python=2.5
+ configure.args-delete --with-python-lib-dir=${prefix}/lib/python2.5/site-packages
configure.args-append --with-python=2.7
configure.env-delete __PYTHON=${prefix}/bin/python2.5
configure.env-append __PYTHON=${prefix}/bin/python2.7