diff options
author | Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org> | 2017-06-05 22:50:36 +0800 |
---|---|---|
committer | Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org> | 2017-06-05 22:50:36 +0800 |
commit | 81ebd7826a4b6bf518793c73488631c011389995 (patch) | |
tree | 1fb3ffce48018c9975863eccf6e345beeeab33d6 /games | |
parent | e84fc746ecb7ef5eed215b96e5187088b5430350 (diff) | |
download | freebsd-ports-gnome-81ebd7826a4b6bf518793c73488631c011389995.tar.gz freebsd-ports-gnome-81ebd7826a4b6bf518793c73488631c011389995.tar.zst freebsd-ports-gnome-81ebd7826a4b6bf518793c73488631c011389995.zip |
Change from USES=twisted to devel/py-twisted
- Bump PORTREVISION for dependency change
Diffstat (limited to 'games')
-rw-r--r-- | games/balazar/Makefile | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/games/balazar/Makefile b/games/balazar/Makefile index 2dfc5a191d63..306ba5d15069 100644 --- a/games/balazar/Makefile +++ b/games/balazar/Makefile @@ -19,11 +19,12 @@ RUN_DEPENDS= soya_editor:graphics/py-soya3d \ ${PYTHON_PKGNAMEPREFIX}openal>0:audio/py-openal \ ${PYTHON_PKGNAMEPREFIX}vorbis>0:audio/py-vorbis \ ${PYTHON_PKGNAMEPREFIX}tofu>0:net/py-tofu \ - ${PYTHON_PKGNAMEPREFIX}cerealizer>0:security/py-cerealizer + ${PYTHON_PKGNAMEPREFIX}cerealizer>0:security/py-cerealizer \ + ${PYTHON_PKGNAMEPREFIX}twisted>=0:devel/py-twisted NO_ARCH= yes -USES= gettext python tar:bzip2 twisted +USES= gettext python tar:bzip2 USE_GL= glew USE_SDL= mixer sdl USE_PYTHON= autoplist distutils |