#35637: ghostscript: No rule to make target `soobj/libtiff_.dev', needed by `soobj/libtiff.dev'. Stop. -----------------------------------+---------------------------------------- Reporter: macports@… | Owner: takanori@… Type: defect | Status: closed Priority: Normal | Milestone: Component: ports | Version: 2.1.2 Resolution: duplicate | Keywords: Port: ghostscript | -----------------------------------+---------------------------------------- Comment(by takanori@…): I couldn't reproduce your problem. In your build log: {{{ ... :info:configure checking for libtiff with pkg-config... checking for TIFFOpen in -ltiff... no :info:configure configure: Could not find a copy of libtiff on your system. :info:configure Disabling tiff output devices. :info:configure ./configure: line 6262: test: -eq: unary operator expected ... }}} should be: {{{ ... checking for libtiff with pkg-config... checking for TIFFOpen in -ltiff... yes checking tiff.h usability... yes checking tiff.h presence... yes checking for tiff.h... yes ... }}} so I guess there is a problem with your pkgconfig/libtiff or something. -- Ticket URL: <https://trac.macports.org/ticket/35637#comment:8> MacPorts <http://www.macports.org/> Ports system for Mac OS