Ticket #38412: rpm.diff
File rpm.diff, 3.1 KB (added by ryandesign (Ryan Carsten Schmidt), 12 years ago) |
---|
-
sysutils/rpm/Portfile
123 123 } 124 124 125 125 variant docs description "API documentation" { 126 depends_ run-append bin:doxygen:doxygen path:bin/dot:graphviz126 depends_build-append port:doxygen path:bin/dot:graphviz 127 127 configure.args-delete --without-apidocs 128 128 configure.args-append --with-apidocs 129 129 } -
sysutils/rpm45/Portfile
141 141 } 142 142 143 143 variant docs { 144 depends_ run-append bin:doxygen:doxygen path:bin/dot:graphviz144 depends_build-append port:doxygen path:bin/dot:graphviz 145 145 configure.args-delete --without-apidocs 146 146 configure.args-append --with-apidocs 147 147 } -
sysutils/rpm50/Portfile
110 110 } 111 111 112 112 variant docs description "API documentation" { 113 depends_ run-append bin:doxygen:doxygen path:bin/dot:graphviz113 depends_build-append port:doxygen path:bin/dot:graphviz 114 114 configure.args-delete --without-apidocs 115 115 configure.args-append --with-apidocs 116 116 } -
sysutils/rpm51/Portfile
107 107 } 108 108 109 109 variant docs description "API documentation" { 110 depends_ run-append bin:doxygen:doxygen path:bin/dot:graphviz110 depends_build-append port:doxygen path:bin/dot:graphviz 111 111 configure.args-delete --without-apidocs 112 112 configure.args-append --with-apidocs 113 113 } -
sysutils/rpm52/Portfile
101 101 } 102 102 103 103 variant docs description "API documentation" { 104 depends_ run-append bin:doxygen:doxygen path:bin/dot:graphviz104 depends_build-append port:doxygen path:bin/dot:graphviz 105 105 configure.args-delete --without-apidocs 106 106 configure.args-append --with-apidocs 107 107 } -
sysutils/rpm53/Portfile
121 121 } 122 122 123 123 variant docs description "API documentation" { 124 depends_ run-append bin:doxygen:doxygen path:bin/dot:graphviz124 depends_build-append port:doxygen path:bin/dot:graphviz 125 125 configure.args-delete --without-apidocs 126 126 configure.args-append --with-apidocs 127 127 } -
sysutils/rpm54/Portfile
120 120 } 121 121 122 122 variant docs description "API documentation" { 123 depends_ run-append bin:doxygen:doxygen path:bin/dot:graphviz123 depends_build-append port:doxygen path:bin/dot:graphviz 124 124 configure.args-delete --without-apidocs 125 125 configure.args-append --with-apidocs 126 126 }