git: a2ba2e8a3ba6 - main - graphics/epsonscan2-non-free-plugin: Unbreak build

From: Rainer Hurling <rhurlin_at_FreeBSD.org>
Date: Sun, 07 Jul 2024 19:43:54 UTC
The branch main has been updated by rhurlin:

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

commit a2ba2e8a3ba655ffac931d7789a2037e53c7c5d8
Author:     J.R. Oldroyd <fbsd@opal.com>
AuthorDate: 2024-07-07 19:33:33 +0000
Commit:     Rainer Hurling <rhurlin@FreeBSD.org>
CommitDate: 2024-07-07 19:40:29 +0000

    graphics/epsonscan2-non-free-plugin: Unbreak build
    
    Fixes build taking into account the Linux version
    
    Co-authored-by: rhurlin@FreeBSD.org
    
    PR:             279825
    Approved by:    J.R. Oldroyd <fbsd@opal.com> (maintainer)
    MFH:            2024Q3
---
 graphics/epsonscan2-non-free-plugin/Makefile | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/graphics/epsonscan2-non-free-plugin/Makefile b/graphics/epsonscan2-non-free-plugin/Makefile
index c1f1e35e0125..699af5362bd6 100644
--- a/graphics/epsonscan2-non-free-plugin/Makefile
+++ b/graphics/epsonscan2-non-free-plugin/Makefile
@@ -1,6 +1,6 @@
 PORTNAME=	epsonscan2-non-free-plugin
 DISTVERSION=	6.6.40.0
-PORTREVISION=	1
+PORTREVISION=	2
 CATEGORIES=	graphics
 MASTER_SITES=	https://download2.ebz.epson.net/${EPSONSCAN2}/common/rpm/x64/:amd64 \
 		https://download2.ebz.epson.net/${EPSONSCAN2}/common/deb/arm/:armv7 \
@@ -26,7 +26,7 @@ LEGAL_TEXT=	License does not permit public sharing or revenue earning, and restr
 ONLY_FOR_ARCHS=	amd64 armv7 armv7rasb i386
 
 RUN_DEPENDS=	epsonscan2:graphics/epsonscan2 \
-		linux_libusb>=13.1.0:devel/linux_libusb
+		linux_libusb-${LINUX_DEFAULT}>=13.1.0:devel/linux_libusb
 
 USES=		linux
 USE_LDCONFIG=	${LINUXBASE}/usr/${LINUX_LIB}/epsonscan2/libexec \