1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-19 19:59:43 +00:00

- Fix the makesum target, so that all distfiles are considered

Approved by:	rene (mentor)
Differential Revision:	https://reviews.freebsd.org/D11699
This commit is contained in:
Jochen Neumeister 2017-07-25 20:51:09 +00:00
parent a450c13871
commit bb9a2dbc68
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=446626

View File

@ -135,6 +135,11 @@ OPTIONS_DEFAULT?=DSO FILE_AIO HTTP HTTP_ADDITION HTTP_AUTH_REQ HTTP_CACHE \
HTTPV2 MAIL MAIL_SSL STREAM STREAM_SSL STREAM_SSL_PREREAD \
THREADS WWW
# If the target is makesum, make sure that every distfile is fetched.
.if ${.TARGETS:Mmakesum}
OPTIONS_DEFAULT= ${OPTIONS_DEFINE}
.endif
DSO_DESC= Enable dynamic modules support
DEBUG_DESC= Build with debugging support
DEBUGLOG_DESC= Enable debug log (--with-debug)