Makefile has: BUILD_DEPENDS= ${RUN_DEPENDS} LIB_DEPENDS= libgd.so:graphics/gd RUN_DEPENDS= p5-ExtUtils-PkgConfig>=0:devel/p5-ExtUtils-PkgConfig but actually there is only a BUILD dependency on devel/p5-ExtUtils-PkgConfig and not a RUN dependency. The snippet above can thus be simplified to: LIB_DEPENDS= libgd.so:graphics/gd BUILD_DEPENDS= p5-ExtUtils-PkgConfig>=0:devel/p5-ExtUtils-PkgConfig
ENOTIME
Committed. Thanks!
A commit references this bug: Author: sunpoet Date: Mon Feb 18 21:06:25 UTC 2019 New revision: 493324 URL: https://svnweb.freebsd.org/changeset/ports/493324 Log: Remove unnecessary RUN_DEPENDS - Bump PORTREVISION for dependency change PR: 235593 Submitted by: Helge Oldach <freebsd@oldach.net> Changes: head/graphics/p5-GD/Makefile