aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPiotr Kubaj <pkubaj@FreeBSD.org>2024-04-24 21:28:04 +0000
committerPiotr Kubaj <pkubaj@FreeBSD.org>2024-04-24 21:29:25 +0000
commitf21ad1b26d8b39825bdaf904dcf67a8c1f105266 (patch)
treecbd14e9f6cfac8e15d0642e9a7388ce3671bcfc5
parentfac3589e23ac74c85d75ea27614c11b8c6d0a72a (diff)
downloadports-f21ad1b26d8b39825bdaf904dcf67a8c1f105266.tar.gz
ports-f21ad1b26d8b39825bdaf904dcf67a8c1f105266.zip
sysutils/plasma5-kinfocenter: include forgotten bsd.port.options.mk
-rw-r--r--sysutils/plasma5-kinfocenter/Makefile2
1 files changed, 2 insertions, 0 deletions
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