Changeset 82143
- Timestamp:
- 08/08/11 09:45:33 (4 years ago)
- File:
-
- 1 edited
-
trunk/dports/net/rrdtool/Portfile (modified) (3 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/dports/net/rrdtool/Portfile
r81768 r82143 45 45 build.type gnu 46 46 47 variant python25 description {Python bindings for RRDtool} conflicts python26 python27 {47 variant python25 description {Python 2.5 bindings for RRDtool} conflicts python26 python27 { 48 48 depends_lib-append port:python25 49 49 configure.args-delete --disable-python … … 51 51 } 52 52 53 variant python26 description {Python bindings for RRDtool} conflicts python25 python27 {53 variant python26 description {Python 2.6 bindings for RRDtool} conflicts python25 python27 { 54 54 depends_lib-append port:python26 55 55 configure.args-delete --disable-python … … 57 57 } 58 58 59 variant python27 description {Python bindings for RRDtool} conflicts python25 python26 {59 variant python27 description {Python 2.7 bindings for RRDtool} conflicts python25 python26 { 60 60 depends_lib-append port:python27 61 61 configure.args-delete --disable-python
Note: See TracChangeset
for help on using the changeset viewer.

