Changeset 82212
- Timestamp:
- 08/10/11 07:53:04 (4 years ago)
- File:
-
- 1 edited
-
trunk/dports/graphics/openvrml/Portfile (modified) (3 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/dports/graphics/openvrml/Portfile
r82194 r82212 78 78 variant opengl conflicts no_opengl description {Build the OpenGL renderer} { 79 79 # examples need SDL player which needs OpenGL 80 depends_lib-append port:mesa \ 81 path:lib/pkgconfig/sdl.pc:libsdl 80 depends_lib-append path:lib/pkgconfig/sdl.pc:libsdl 82 81 configure.args-delete --disable-gl-renderer \ 83 82 --disable-examples … … 107 106 108 107 variant x11 conflicts no_x11 { 109 depends_lib-append port:mesa110 108 configure.args-delete --without-x 111 109 configure.args-append --with-x \ … … 116 114 variant no_x11 conflicts x11 description {Legacy compatibility variant} {} 117 115 118 if {![variant_isset no_x11]} { 119 if {![variant_isset no_opengl]} { 120 default_variants +x11+opengl 121 } else { 122 default_variants +x11 123 } 116 if {[variant_isset no_x11]} { 117 default_variants -x11 124 118 } else { 125 if {![variant_isset no_opengl]} { 126 default_variants +opengl 127 } 119 default_variants +x11 120 } 121 122 if {[variant_isset no_opengl]} { 123 default_variants -opengl 124 } else { 125 default_variants +opengl 126 } 127 128 if {[variant_isset x11] || [variant_isset opengl]} { 129 depends_lib-append port:mesa 128 130 } 129 131
Note: See TracChangeset
for help on using the changeset viewer.

