diff options
-rw-r--r-- | devel/py-libevdev/Makefile | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/devel/py-libevdev/Makefile b/devel/py-libevdev/Makefile index d0e00226b29f..d7c17514e8f7 100644 --- a/devel/py-libevdev/Makefile +++ b/devel/py-libevdev/Makefile @@ -1,5 +1,6 @@ PORTNAME= libevdev PORTVERSION= 0.11 +PORTREVISION= 1 CATEGORIES= devel python MASTER_SITES= PYPI PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} @@ -11,6 +12,8 @@ WWW= https://pypi.org/project/libevdev/ LICENSE= MIT LICENSE_FILE= ${WRKSRC}/COPYING +LIB_DEPENDS= libevdev.so:devel/libevdev + USES= python USE_PYTHON= autoplist distutils |