Changeset 81768
- Timestamp:
- 08/04/11 12:18:06 (4 years ago)
- File:
-
- 1 edited
-
trunk/dports/net/rrdtool/Portfile (modified) (3 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/dports/net/rrdtool/Portfile
r75328 r81768 4 4 5 5 name rrdtool 6 version 1.4.4 7 revision 1 6 version 1.4.5 8 7 categories net 9 maintainers markd 8 maintainers markd openmaintainer 10 9 description Round Robin Database 11 10 long_description RRDtool is a system to store and display time-series data … … 13 12 platforms darwin 14 13 master_sites ${homepage}pub/ 15 checksums md5 93ad2fc2e9ddcd7d99c611fe30284a54 14 checksums md5 4d116dba9a0888d8aaac179e35d3980a \ 15 sha1 56638e8aedd5d5522152e86746e382b75dc48c35 \ 16 rmd160 9c45c3be7bcb8e17260055a33e936f307884914f 16 17 17 18 depends_build port:pkgconfig … … 44 45 build.type gnu 45 46 46 variant python description {Python bindings for RRDtool} { 47 depends_lib-append port:python24 47 variant python25 description {Python bindings for RRDtool} conflicts python26 python27 { 48 depends_lib-append port:python25 49 configure.args-delete --disable-python 50 configure.args-append --enable-python 51 } 52 53 variant python26 description {Python bindings for RRDtool} conflicts python25 python27 { 54 depends_lib-append port:python26 55 configure.args-delete --disable-python 56 configure.args-append --enable-python 57 } 58 59 variant python27 description {Python bindings for RRDtool} conflicts python25 python26 { 60 depends_lib-append port:python27 48 61 configure.args-delete --disable-python 49 62 configure.args-append --enable-python
Note: See TracChangeset
for help on using the changeset viewer.

