Created attachment 181360 [details] Simple fix Defining 'RUN_DEPENDS+= ${BUILD_DEPENDS}' results in uninteded side effects in case of using ccache by defining WITH_CCACHE_BUILD=yes in your /etc/make.conf. ccache is added to BUILD_DEPENDS and ends up in RUN_DEPENDS.
A commit references this bug: Author: culot Date: Wed Apr 19 14:04:23 UTC 2017 New revision: 438843 URL: https://svnweb.freebsd.org/changeset/ports/438843 Log: - Update to 1.08 - Fix RUN_DEPENDS assignment [1] Changes: http://search.cpan.org/dist/Getopt-Lucid/Changes PR: 218269 [1] Submitted by: Andreas Hollmann <andreas.hollmann@gmail.com> Changes: head/textproc/p5-Getopt-Lucid/Makefile head/textproc/p5-Getopt-Lucid/distinfo
Applied, and also updated to latest version. Thanks!