diff options
Diffstat (limited to 'sysutils/plasma6-kinfocenter/Makefile')
-rw-r--r-- | sysutils/plasma6-kinfocenter/Makefile | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/sysutils/plasma6-kinfocenter/Makefile b/sysutils/plasma6-kinfocenter/Makefile index 7e092b56de17..05220ff570f4 100644 --- a/sysutils/plasma6-kinfocenter/Makefile +++ b/sysutils/plasma6-kinfocenter/Makefile @@ -1,6 +1,6 @@ PORTNAME= kinfocenter DISTVERSION= ${KDE_PLASMA_VERSION} -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= sysutils kde kde-plasma MAINTAINER= kde@FreeBSD.org @@ -9,6 +9,7 @@ COMMENT= View information about your computer's hardware BUILD_DEPENDS= ${LOCALBASE}/include/vulkan/vulkan.h:graphics/vulkan-headers RUN_DEPENDS= clinfo:devel/clinfo \ glxinfo:graphics/mesa-demos \ + hwdata>0:misc/hwdata \ lsblk:sysutils/lsblk \ lscpu:sysutils/lscpu \ pipewire:multimedia/pipewire \ @@ -31,6 +32,9 @@ USE_QT= base declarative RUN_DEPENDS+= dmidecode:sysutils/dmidecode .endif +post-patch: + ${REINPLACE_CMD} '/usb.ids/s,/usr,${LOCALBASE},' ${WRKSRC}/kcms/usbview/usbdb.cpp + # install freebsd-logo and distrorc post-install: ${MKDIR} ${STAGEDIR}/${DATADIR}/images |