pnmtorle and rletopnm are not installed, although both programs are built. Fix: In files/Makefile.config.FreeBSD, these two lines are defined: URTLIB_DIR = NONE URTHDR_DIR = NONE However, the URT library is included in netpbm, so it's best to change this to: URTHDR_DIR = $(SRCDIR)/urt URTLIB_DIR = $(SRCDIR)/urt
State Changed From-To: open->closed Committed, thanks!