Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 22 Jul 2021 22:49:09 GMT
From:      Joseph Mingrone <jrm@FreeBSD.org>
To:        ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org
Subject:   git: c73b2d8fb8fc - main - devel/bear: Add missing .include <bsd.port.options.mk>
Message-ID:  <202107222249.16MMn9td034737@gitrepo.freebsd.org>

next in thread | raw e-mail | index | archive | help
The branch main has been updated by jrm:

URL: https://cgit.FreeBSD.org/ports/commit/?id=c73b2d8fb8fc5c494d31c600fa416fe9eb5f368e

commit c73b2d8fb8fc5c494d31c600fa416fe9eb5f368e
Author:     Joseph Mingrone <jrm@FreeBSD.org>
AuthorDate: 2021-07-22 22:47:36 +0000
Commit:     Joseph Mingrone <jrm@FreeBSD.org>
CommitDate: 2021-07-22 22:47:36 +0000

    devel/bear: Add missing .include <bsd.port.options.mk>
---
 devel/bear/Makefile | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/devel/bear/Makefile b/devel/bear/Makefile
index c2ddb7e9d80f..f55574ded586 100644
--- a/devel/bear/Makefile
+++ b/devel/bear/Makefile
@@ -31,12 +31,13 @@ CMAKE_ARGS=	-DCMAKE_INSTALL_DOCDIR=${DOCSDIR} \
 
 OPTIONS_DEFINE=	DOCS
 
+.include <bsd.port.options.mk>
+
 # Patch 11.x, which requires #define _WITH_DPRINTF
 .if ${OPSYS} == FreeBSD && ${OSVERSION} < 1200000
 EXTRA_PATCHES=	${PATCHDIR}/extra-patch-source_intercept_source_report_libexec_Logger.cc
 .endif
 
-
 pre-install:
 	${MV} ${STAGEDIR}/${CONFIGURE_WRKSRC}/stage ${CONFIGURE_WRKSRC}/
 	${RM} -r ${STAGEDIR}/wrkdirs



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202107222249.16MMn9td034737>