git: dsynth - Use STRICT_DEPENDS instead of NO_DEPENDS
Matthew Dillon
dillon at crater.dragonflybsd.org
Wed Nov 13 12:17:03 PST 2019
commit 8c63ff3f7d0c6038106b9cc168c3daedeb528b0c
Author: Matthew Dillon <dillon at apollo.backplane.com>
Date: Wed Nov 13 12:15:44 2019 -0800
dsynth - Use STRICT_DEPENDS instead of NO_DEPENDS
* Use STRICT_DEPENDS instead of NO_DEPENDS. NO_DEPENDS prevents
source-extraction dependencies, which is not what we want.
STRICT_DEPENDS is intended to ensure that dsynth installed
the proper precursor packages and to fail if it didn't.
Summary of changes:
usr.bin/dsynth/build.c | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
http://gitweb.dragonflybsd.org/dragonfly.git/commitdiff/8c63ff3f7d0c6038106b9cc168c3daedeb528b0c
--
DragonFly BSD source repository
More information about the Commits
mailing list