git: c73b2d8fb8fc - main - devel/bear: Add missing .include <bsd.port.options.mk>
Joseph Mingrone
jrm at FreeBSD.org
Thu Jul 22 22:49:10 UTC 2021
The branch main has been updated by jrm:
URL: https://cgit.FreeBSD.org/ports/commit/?id=c73b2d8fb8fc5c494d31c600fa416fe9eb5f368e
commit c73b2d8fb8fc5c494d31c600fa416fe9eb5f368e
Author: Joseph Mingrone <jrm at FreeBSD.org>
AuthorDate: 2021-07-22 22:47:36 +0000
Commit: Joseph Mingrone <jrm at 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
More information about the dev-commits-ports-all
mailing list