diff options
author | Mathieu Arnold <mat@FreeBSD.org> | 2016-09-23 11:41:48 +0000 |
---|---|---|
committer | Mathieu Arnold <mat@FreeBSD.org> | 2016-09-23 11:41:48 +0000 |
commit | 0705345af1fa9ed220e187c7d112a6ce9d667b72 (patch) | |
tree | edaac3325f6395c33c08ffd0e1cf0dbe50744bf7 /x11-toolkits/py-xlib | |
parent | c1a4a933c044d847e662918aff927b9d3b78adc6 (diff) | |
download | ports-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/Makefile | 2 |
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 |