diff options
author | Emmanuel Vadot <manu@FreeBSD.org> | 2021-10-21 16:14:21 +0000 |
---|---|---|
committer | Emmanuel Vadot <manu@FreeBSD.org> | 2021-11-09 08:55:01 +0000 |
commit | 5d998836b36f2ab4421608c2f927455615e7aa81 (patch) | |
tree | b5c475ed6b60eaefa321cc01c49dd5e4ed100a51 | |
parent | dfd3f7e23b6a08182b5aebc142685ae8df10485a (diff) | |
download | ports-5d998836b36f2ab4421608c2f927455615e7aa81.tar.gz ports-5d998836b36f2ab4421608c2f927455615e7aa81.zip |
devel/libmtdev: Remove RUN_DEPENDS on evdev-proto
This is a build dependancy, not a runtime one.
Sponsored by: Beckhoff Automation GmbH & Co. KG
-rw-r--r-- | devel/libmtdev/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
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 |