#16268: tnef should declare dependency on gettext -------------------------------------+-------------------------------------- Reporter: ryandesign@macports.org | Owner: sal@email.arc.nasa.gov Type: defect | Status: new Priority: Normal | Milestone: Port Bugs Component: ports | Version: 1.7.0 Keywords: | -------------------------------------+-------------------------------------- tnef links with gettext's libintl but does not declare the gettext port as a dependency. {{{ $ otool -L /mp/bin/tnef /mp/bin/tnef: /mp/lib/libintl.8.dylib (compatibility version 9.0.0, current version 9.2.0) /usr/lib/libgcc_s.1.dylib (compatibility version 1.0.0, current version 1.0.0) /usr/lib/libSystem.B.dylib (compatibility version 1.0.0, current version 111.1.1) $ port deps tnef tnef has no dependencies $ }}} -- Ticket URL: <http://trac.macports.org/ticket/16268> MacPorts <http://www.macports.org/> Ports system for Mac OS