Date: Fri, 08 Feb 2019 09:05:14 +0000 From: bugzilla-noreply@freebsd.org To: ports-bugs@FreeBSD.org Subject: [Bug 235593] graphics/p5-GD: unnecessary dependency on devel/p5-ExtUtils-PkgConfig and thus devel/pkgconf Message-ID: <bug-235593-7788@https.bugs.freebsd.org/bugzilla/>
next in thread | raw e-mail | index | archive | help
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D235593 Bug ID: 235593 Summary: graphics/p5-GD: unnecessary dependency on devel/p5-ExtUtils-PkgConfig and thus devel/pkgconf Product: Ports & Packages Version: Latest Hardware: Any OS: Any Status: New Severity: Affects Only Me Priority: --- Component: Individual Port(s) Assignee: ports-bugs@FreeBSD.org Reporter: freebsd@oldach.net CC: bapt@FreeBSD.org, perl@FreeBSD.org CC: bapt@FreeBSD.org, perl@FreeBSD.org Makefile has: BUILD_DEPENDS=3D ${RUN_DEPENDS} LIB_DEPENDS=3D libgd.so:graphics/gd RUN_DEPENDS=3D p5-ExtUtils-PkgConfig>=3D0: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=3D libgd.so:graphics/gd BUILD_DEPENDS=3D p5-ExtUtils-PkgConfig>=3D0:devel/p5-ExtUtils-PkgConfig --=20 You are receiving this mail because: You are the assignee for the bug.=
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?bug-235593-7788>