Changeset 80029
- Timestamp:
- 07/02/11 22:06:26 (4 years ago)
- File:
-
- 1 edited
-
trunk/dports/net/ola/Portfile (modified) (3 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/dports/net/ola/Portfile
r79911 r80029 6 6 name ola 7 7 version 0.8.11 8 revision 1 8 9 categories net comms 9 10 platforms darwin … … 34 35 --disable-libusb 35 36 36 variant python description {Enable the Python API} { 37 configure.args-append --enable-python-libs 37 variant python26 conflicts python27 description {Enable the Python 2.6 API} { 38 depends_lib-append port:protobuf-python26 39 configure.args-append PYTHON=python2.6 --enable-python-libs 40 } 41 42 variant python27 conflicts python26 description {Enable the Python 2.7 API} { 43 depends_lib-append port:protobuf-python27 44 configure.args-append PYTHON=python2.7 --enable-python-libs 38 45 } 39 46 … … 48 55 } 49 56 50 default_variants +http +python +libusb 57 default_variants +http +libusb 58 59 if {![variant_isset python26]} { 60 default_variants +python27 61 } 51 62 52 63 test.run yes
Note: See TracChangeset
for help on using the changeset viewer.

