Changeset 80064
- Timestamp:
- 07/03/11 10:32:44 (4 years ago)
- File:
-
- 1 edited
-
trunk/dports/comms/telepathy-gabble/Portfile (modified) (3 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/dports/comms/telepathy-gabble/Portfile
r77780 r80064 6 6 name telepathy-gabble 7 7 version 0.10.5 8 revision 1 8 9 set branch [join [lrange [split ${version} .] 0 1] .] 9 10 description The ${name} component of Telepathy - a Flexible Communications Framework … … 26 27 depends_lib port:telepathy-glib \ 27 28 port:libxslt \ 28 port:py26-twisted \29 29 port:libsoup \ 30 30 port:libnice \ … … 33 33 patchfiles patch-configure.diff 34 34 35 configure. python ${prefix}/bin/python2.635 configure.args --disable-silent-rules 36 36 37 configure.args --disable-silent-rules 37 variant python25 conflicts python26 python27 description {Use python 2.5} { 38 configure.python ${prefix}/bin/python2.5 39 depends_lib-append port:py25-twisted 40 } 41 42 variant python26 conflicts python25 python27 description {Use python 2.6} { 43 configure.python ${prefix}/bin/python2.6 44 depends_lib-append port:py26-twisted 45 } 46 47 variant python27 conflicts python25 python26 description {Use python 2.7} { 48 configure.python ${prefix}/bin/python2.7 49 depends_lib-append port:py27-twisted 50 } 51 52 if {![variant_isset python25] && ![variant_isset python26]} { 53 default_variants +python27 54 } 38 55 39 56 livecheck.type regex
Note: See TracChangeset
for help on using the changeset viewer.

