diff options
author | sunpoet <sunpoet@FreeBSD.org> | 2017-09-04 08:01:02 +0800 |
---|---|---|
committer | sunpoet <sunpoet@FreeBSD.org> | 2017-09-04 08:01:02 +0800 |
commit | 4b0da486daea6fce87e9856f504785d672c5b54f (patch) | |
tree | 6a6ea978c18b24970feb82815696e95ff12f7c32 | |
parent | ab4c2d777d8ce0c824dba371bf563e69807ae7e6 (diff) | |
download | freebsd-ports-gnome-4b0da486daea6fce87e9856f504785d672c5b54f.tar.gz freebsd-ports-gnome-4b0da486daea6fce87e9856f504785d672c5b54f.tar.zst freebsd-ports-gnome-4b0da486daea6fce87e9856f504785d672c5b54f.zip |
Change from USES=twisted to devel/py-twisted
- Bump PORTREVISION for dependency change
PR: 221660
Submitted by: sunpoet (myself)
Approved by: maintainer (timeout, 14 days)
-rw-r--r-- | net/py-tofu/Makefile | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/net/py-tofu/Makefile b/net/py-tofu/Makefile index 63069e6c4c0b..f5bc67caab48 100644 --- a/net/py-tofu/Makefile +++ b/net/py-tofu/Makefile @@ -3,6 +3,7 @@ PORTNAME= tofu PORTVERSION= 0.5 +PORTREVISION= 1 CATEGORIES= net python MASTER_SITES= http://download.gna.org/soya/ PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} @@ -14,10 +15,12 @@ COMMENT= Practical high-level network game engine LICENSE= GPLv2+ +RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}twisted>=0:devel/py-twisted + OPTIONS_DEFINE= EXAMPLES NO_ARCH= yes -USES= python twisted tar:bzip2 +USES= python tar:bzip2 USE_PYTHON= autoplist distutils EXAMPLESDIR= ${PREFIX}/share/examples/py-tofu PORTEXAMPLES= * |