summaryrefslogtreecommitdiff
path: root/mk/reduce-depends.mk
AgeCommit message (Collapse)AuthorFilesLines
2005-10-09Reduced the number of complicated regexp substitutions by introducing anrillig1-12/+15
intermediate .for variable. Fail gracefully if a dependency directory does not exist.
2004-10-06_DEPENDS.${_path_} can contain more than one dependency pattern, so splitjlam1-2/+4
along whitespace when appending ":../../category/pkgdir". Fixes problem noticed when running "make show-depends-dirs".
2004-10-05Move the "dependency reduction" code from buildlink3 to bsd.pkg.mk sojlam1-0/+123
that all of pkgsrc can benefit from removing redundant dependencies. The code is encapsulated in a new file reduce-depends.mk which is included by bsd.pkg.mk after all dependencies have been specified.