[Bug 235593] graphics/p5-GD: unnecessary dependency on devel/p5-ExtUtils-PkgConfig and thus devel/pkgconf

bugzilla-noreply at freebsd.org bugzilla-noreply at freebsd.org
Fri Feb 8 09:05:17 UTC 2019


https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=235593

            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 at FreeBSD.org
          Reporter: freebsd at oldach.net
                CC: bapt at FreeBSD.org, perl at FreeBSD.org
                CC: bapt at FreeBSD.org, perl at FreeBSD.org

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

-- 
You are receiving this mail because:
You are on the CC list for the bug.


More information about the freebsd-perl mailing list