#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 fitsio support. I've disabled it by default, and enable it via the variant {{{ variant fitsio description {Builds port with fitsio support} { configure.args-delete --disable-fitsio configure.args-append --enable-fitsio \ --with-cfitsio-incdir="${prefix}/include" \ --with-cfitsio-libdir="${prefix}/lib" depends_lib-append port:cfitsio } }}} This doesn't work though out the box. the include is found but not the library. I can only get this to work if I explicitly install the universal variant for cfitsio ? Any ideas why ? Chris -- Ticket URL: <https://trac.macports.org/ticket/31447#comment:3> MacPorts <http://www.macports.org/> Ports system for Mac OS