...
--- describe.russian ---

GhostScript not found in PATH

make[5]: "/usr/ports/russian/koi8r-ps/Makefile" line 23: warning:
"/bin/sh /usr/ports/russian/koi8r-ps/files/find-fontmap.sh" returned
non-zero status

It turns out that the Makefile of this port is trying to run
ghostscript without checking if it is installed or not.

.if !defined(FONTMAP)
FONTMAP!=       ${SH} ${FILESDIR}/find-fontmap.sh
.endif


Isn't this the kind of stuff that should never be done in a port
Makefile but use proper build time dependencies?


-Kimmo
_______________________________________________
freebsd-ports@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-ports
To unsubscribe, send any mail to "freebsd-ports-unsubscr...@freebsd.org"

Reply via email to