Changeset 79685
- Timestamp:
- 06/23/11 09:03:35 (4 years ago)
- File:
-
- 1 edited
-
trunk/dports/gnome/vte/Portfile (modified) (4 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/dports/gnome/vte/Portfile
r77580 r79685 27 27 depends_build port:intltool \ 28 28 port:pkgconfig 29 depends_lib port:gtk2 29 30 30 31 patchfiles patch-configure.diff 31 32 32 configure.args-append --disable-introspection --disable-Bsymbolic 33 configure.args --disable-introspection --disable-Bsymbolic \ 34 --disable-python 33 35 34 36 configure.cflags-append -fstrict-aliasing … … 41 43 variant python27 conflicts python26 \ 42 44 description {Build Bindings for Python 2.7} { 45 configure.args-delete --disable-python 43 46 set python_prefix ${frameworks_dir}/Python.framework/Versions/2.7 44 47 depends_lib-append port:py27-gtk … … 50 53 variant python26 conflicts python27 \ 51 54 description {Build Bindings for Python 2.6} { 55 configure.args-delete --disable-python 52 56 set python_prefix ${frameworks_dir}/Python.framework/Versions/2.6 53 57 depends_lib-append port:py26-gtk … … 57 61 } 58 62 59 variant without_python description {Disable Python support} { 60 configure.args-append --disable-python 61 } 63 variant without_python description {Disable Python support} {} 62 64 63 65 platform darwin 9 {
Note: See TracChangeset
for help on using the changeset viewer.

