diff options
author | mat <mat@FreeBSD.org> | 2016-09-23 19:41:48 +0800 |
---|---|---|
committer | mat <mat@FreeBSD.org> | 2016-09-23 19:41:48 +0800 |
commit | 1e7bf3232a464a673f2e2073522c265984ff3f47 (patch) | |
tree | edaac3325f6395c33c08ffd0e1cf0dbe50744bf7 | |
parent | 99a479c8a7bee7f67340023462d7186c1a3ab172 (diff) | |
download | freebsd-ports-gnome-1e7bf3232a464a673f2e2073522c265984ff3f47.tar.gz freebsd-ports-gnome-1e7bf3232a464a673f2e2073522c265984ff3f47.tar.zst freebsd-ports-gnome-1e7bf3232a464a673f2e2073522c265984ff3f47.zip |
Fix runtime.
Sponsored by: Absolight
-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 |