aboutsummaryrefslogtreecommitdiff
path: root/x11-toolkits/py-xlib
diff options
context:
space:
mode:
authorMathieu Arnold <mat@FreeBSD.org>2016-09-23 11:41:48 +0000
committerMathieu Arnold <mat@FreeBSD.org>2016-09-23 11:41:48 +0000
commit0705345af1fa9ed220e187c7d112a6ce9d667b72 (patch)
treeedaac3325f6395c33c08ffd0e1cf0dbe50744bf7 /x11-toolkits/py-xlib
parentc1a4a933c044d847e662918aff927b9d3b78adc6 (diff)
downloadports-0705345af1fa9ed220e187c7d112a6ce9d667b72.tar.gz
ports-0705345af1fa9ed220e187c7d112a6ce9d667b72.zip
Fix runtime.
Sponsored by: Absolight
Notes
Notes: svn path=/head/; revision=422662
Diffstat (limited to 'x11-toolkits/py-xlib')
-rw-r--r--x11-toolkits/py-xlib/Makefile2
1 files changed, 2 insertions, 0 deletions
diff --git a/x11-toolkits/py-xlib/Makefile b/x11-toolkits/py-xlib/Makefile
index 632e1e7d3705..678751c3b23e 100644
--- a/x11-toolkits/py-xlib/Makefile
+++ b/x11-toolkits/py-xlib/Makefile
@@ -3,6 +3,7 @@
PORTNAME= xlib
PORTVERSION= 0.17
+PORTREVISION= 1
CATEGORIES= x11-toolkits python
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
@@ -13,6 +14,7 @@ LICENSE= GPLv2+
BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}setuptools_scm>=1.7:devel/py-setuptools_scm \
${PYTHON_PKGNAMEPREFIX}six>=1.10.0:devel/py-six
+RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}six>=1.10.0:devel/py-six
USE_GITHUB= yes
GH_ACCOUNT= python-xlib