[45647] trunk/dports/sysutils/rpm45/Portfile

afb at macports.org afb at macports.org
Mon Jan 19 03:17:09 PST 2009


Revision: 45647
          http://trac.macports.org/changeset/45647
Author:   afb at macports.org
Date:     2009-01-19 03:17:09 -0800 (Mon, 19 Jan 2009)
Log Message:
-----------
use explicit python/perl version, in case they are missing

Modified Paths:
--------------
    trunk/dports/sysutils/rpm45/Portfile

Modified: trunk/dports/sysutils/rpm45/Portfile
===================================================================
--- trunk/dports/sysutils/rpm45/Portfile	2009-01-19 11:16:34 UTC (rev 45646)
+++ trunk/dports/sysutils/rpm45/Portfile	2009-01-19 11:17:09 UTC (rev 45647)
@@ -54,8 +54,10 @@
 			--with-python=2.5 --with-perl --without-apidocs \
 			--sysconfdir=${prefix}/etc/rpm
 
+configure.env		__PYTHON=${prefix}/bin/python2.5 __PERL=${prefix}/bin/perl5.8
+
 			# needed because it checks for sqlite3_open in sqlite lib...
-configure.env		ac_cv_lib_sqlite_sqlite3_open=yes
+configure.env-append	ac_cv_lib_sqlite_sqlite3_open=yes
 
 ### CVS config
 #post-fetch	{ system "cd ${worksrcpath} && ./devtool checkout" }
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20090119/b29050f6/attachment-0001.html>


More information about the macports-changes mailing list