Ticket #13254: patch-Portfile

File patch-Portfile, 621 bytes (added by mww@…, 16 years ago)

Fix for gnudatalanguage/Portfile to use Python 2.4 from MacPorts

Line 
1--- Portfile    2007-11-13 15:57:58.000000000 +0100
2+++ Portfile.new        2007-11-13 15:49:38.000000000 +0100
3@@ -38,7 +38,8 @@
4                     --with-gsldir=${prefix} \
5                     --with-netcdf=${prefix} \
6                     --without-hdf --with-hdf5=${prefix} \
7-                    --with-python=${prefix}/Library/Frameworks/Python.framework/Versions/Current \
8+                    --with-python=${prefix}/Library/Frameworks/Python.framework/Versions/2.4 \
9+                    --enable-python_version=2.4 \
10                     --with-Magick=${prefix} \
11                     --disable-dependency-tracking
12