git: 163928669d74 - main - devel/libsigrok: Fix INDEX

From: Muhammad Moinur Rahman <bofh_at_FreeBSD.org>
Date: Wed, 30 Aug 2023 17:04:22 UTC
The branch main has been updated by bofh:

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

commit 163928669d74be3a5d8a307b6a03abd06bf55cd6
Author:     Muhammad Moinur Rahman <bofh@FreeBSD.org>
AuthorDate: 2023-08-30 17:00:37 +0000
Commit:     Muhammad Moinur Rahman <bofh@FreeBSD.org>
CommitDate: 2023-08-30 17:00:37 +0000

    devel/libsigrok: Fix INDEX
    
    In my previous commit I missed an include breaking the INDEX.
---
 devel/libsigrok/Makefile | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/devel/libsigrok/Makefile b/devel/libsigrok/Makefile
index 338cf8cdc89e..7f422ac63552 100644
--- a/devel/libsigrok/Makefile
+++ b/devel/libsigrok/Makefile
@@ -30,6 +30,8 @@ MAKE_JOBS_UNSAFE=	yes
 
 INSTALL_TARGET=	install-strip
 
+.include <bsd.port.options.mk>
+
 .if ${OPSYS} == FreeBSD && ${OSVERSION} >= 1400097
 CFLAGS+=	-D__BSD_VISIBLE -D__XSI_VISIBLE
 .endif