[MacPorts] #31447: root uses software it doesn't declare dependencies on

MacPorts noreply at macports.org
Thu Sep 29 05:41:58 PDT 2011


#31447: root uses software it doesn't declare dependencies on
-------------------------------------+--------------------------------------
 Reporter:  ryandesign@…             |       Owner:  mattiafrancescomoro@…        
     Type:  defect                   |      Status:  new                          
 Priority:  Normal                   |   Milestone:                               
Component:  ports                    |     Version:  2.0.3                        
 Keywords:                           |        Port:  root                         
-------------------------------------+--------------------------------------

Comment(by jonesc@…):

 regarding the opengl dependencies, the pot has the variant (enabled by
 default)

 {{{
 variant opengl description {Builds port with opengl support} {
     configure.args-delete   --disable-opengl
     configure.args-append   --enable-opengl \
                             --with-opengl-incdir="${prefix}/include" \
                             --with-opengl-libdir="${prefix}/lib" \
                             --with-glew-incdir="${prefix}/include" \
                             --with-glew-libdir="${prefix}/lib"
     depends_lib-append      port:glew
 }
 }}}

 I guess the dependency on glew is not enough. What would be the best to
 use here ?

-- 
Ticket URL: <https://trac.macports.org/ticket/31447#comment:2>
MacPorts <http://www.macports.org/>
Ports system for Mac OS


More information about the macports-tickets mailing list