[46817] trunk/dports/sysutils/rpm51/Portfile

afb at macports.org afb at macports.org
Sat Feb 14 01:26:59 PST 2009


Revision: 46817
          http://trac.macports.org/changeset/46817
Author:   afb at macports.org
Date:     2009-02-14 01:26:58 -0800 (Sat, 14 Feb 2009)
Log Message:
-----------
work around bugs in python25 +macosx setup (#18380, #16334)

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

Modified: trunk/dports/sysutils/rpm51/Portfile
===================================================================
--- trunk/dports/sysutils/rpm51/Portfile	2009-02-14 08:52:11 UTC (rev 46816)
+++ trunk/dports/sysutils/rpm51/Portfile	2009-02-14 09:26:58 UTC (rev 46817)
@@ -4,7 +4,7 @@
 
 name			rpm51
 version			5.1.6
-revision		1
+revision		2
 platforms		darwin freebsd linux
 categories		sysutils archivers
 maintainers		n3npq at mac.com afb at macports.org
@@ -94,6 +94,11 @@
 	}
 }
 
+platform macosx {
+	# ${prefix}/Library/Frameworks/Python.framework/Versions/2.5/lib/python2.5 is not a directory
+	configure.args-append --with-python-lib-dir=${prefix}/lib/python2.5/site-packages
+}
+
 variant docs {
 	depends_run-append bin:doxygen:doxygen
 	configure.args-delete --without-apidocs
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20090214/7ac32976/attachment.html>


More information about the macports-changes mailing list