git: 5d998836b36f - main - devel/libmtdev: Remove RUN_DEPENDS on evdev-proto
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Tue, 09 Nov 2021 08:55:20 UTC
The branch main has been updated by manu:
URL: https://cgit.FreeBSD.org/ports/commit/?id=5d998836b36f2ab4421608c2f927455615e7aa81
commit 5d998836b36f2ab4421608c2f927455615e7aa81
Author: Emmanuel Vadot <manu@FreeBSD.org>
AuthorDate: 2021-10-21 16:14:21 +0000
Commit: Emmanuel Vadot <manu@FreeBSD.org>
CommitDate: 2021-11-09 08:55:01 +0000
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