git: f21ad1b26d8b - main - sysutils/plasma5-kinfocenter: include forgotten bsd.port.options.mk

From: Piotr Kubaj <pkubaj_at_FreeBSD.org>
Date: Wed, 24 Apr 2024 21:29:28 UTC
The branch main has been updated by pkubaj:

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

commit f21ad1b26d8b39825bdaf904dcf67a8c1f105266
Author:     Piotr Kubaj <pkubaj@FreeBSD.org>
AuthorDate: 2024-04-24 21:28:04 +0000
Commit:     Piotr Kubaj <pkubaj@FreeBSD.org>
CommitDate: 2024-04-24 21:29:25 +0000

    sysutils/plasma5-kinfocenter: include forgotten bsd.port.options.mk
---
 sysutils/plasma5-kinfocenter/Makefile | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/sysutils/plasma5-kinfocenter/Makefile b/sysutils/plasma5-kinfocenter/Makefile
index b0fc8f6a9754..ed7b6b30c82e 100644
--- a/sysutils/plasma5-kinfocenter/Makefile
+++ b/sysutils/plasma5-kinfocenter/Makefile
@@ -27,6 +27,8 @@ USE_XORG=	ice sm x11 xext
 # TODO	-- this should be handled correctly...
 LDFLAGS+=-ldevinfo
 
+.include <bsd.port.options.mk>
+
 .if ${ARCH} == aarch64 || ${ARCH} == amd64 || ${ARCH} == i386
 RUN_DEPENDS+=	dmidecode:sysutils/dmidecode
 .endif