From 5d998836b36f2ab4421608c2f927455615e7aa81 Mon Sep 17 00:00:00 2001 From: Emmanuel Vadot Date: Thu, 21 Oct 2021 18:14:21 +0200 Subject: [PATCH] devel/libmtdev: Remove RUN_DEPENDS on evdev-proto This is a build dependancy, not a runtime one. Sponsored by: Beckhoff Automation GmbH & Co. KG --- devel/libmtdev/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/devel/libmtdev/Makefile b/devel/libmtdev/Makefile index 3d3e15773b03..ed464383302c 100644 --- a/devel/libmtdev/Makefile +++ b/devel/libmtdev/Makefile @@ -1,5 +1,6 @@ PORTNAME= mtdev PORTVERSION= 1.1.6 +PORTREVISION= 1 CATEGORIES= devel MASTER_SITES= http://bitmath.org/code/${PORTNAME}/ PKGNAMEPREFIX= lib @@ -11,7 +12,6 @@ LICENSE= MIT LICENSE_FILE= ${WRKSRC}/COPYING BUILD_DEPENDS= ${LOCALBASE}/include/linux/input.h:devel/evdev-proto -RUN_DEPENDS= ${LOCALBASE}/include/linux/input.h:devel/evdev-proto USES= libtool localbase pathfix tar:bz2 GNU_CONFIGURE= yes