1 | *** OriginalPortfile Thu Aug 25 14:23:53 2005 |
---|
2 | --- Portfile Thu Aug 25 14:19:11 2005 |
---|
3 | *************** |
---|
4 | *** 52,61 **** |
---|
5 | --- 52,70 ---- |
---|
6 | configure.args-delete --enable-framework |
---|
7 | configure.args-append --disable-toolbox-glue --disable-framework |
---|
8 | destroot.target install maninstall |
---|
9 | } |
---|
10 | |
---|
11 | + |
---|
12 | + |
---|
13 | + variant readline { |
---|
14 | + depends_lib-append lib:libreadline:readline |
---|
15 | + configure.args-append --with-readline |
---|
16 | + } |
---|
17 | + |
---|
18 | + |
---|
19 | + |
---|
20 | post-destroot { |
---|
21 | if {[variant_isset puredarwin]} { |
---|
22 | set py_destroot_libs ${prefix}/lib |
---|
23 | } else { |
---|
24 | set py_destroot_libs /Library/Frameworks/Python.framework/Libraries |
---|