diff options
author | mva <mva@FreeBSD.org> | 2013-12-08 20:04:07 +0800 |
---|---|---|
committer | mva <mva@FreeBSD.org> | 2013-12-08 20:04:07 +0800 |
commit | 99dc8cf3e20698c03e2a8d18397eeb89dcd1a232 (patch) | |
tree | e7739b3fe4bfdf1719f8d97173598bfde9ef261b /games | |
parent | d3f477704a1b69ab45d50515cc20ec04ab66c770 (diff) | |
download | freebsd-ports-graphics-99dc8cf3e20698c03e2a8d18397eeb89dcd1a232.tar.gz freebsd-ports-graphics-99dc8cf3e20698c03e2a8d18397eeb89dcd1a232.tar.zst freebsd-ports-graphics-99dc8cf3e20698c03e2a8d18397eeb89dcd1a232.zip |
New USES=twisted, to replace the old USE_TWISTED knob.
twisted can be configured with the arguments run or build to replace
the previous USE_TWISTED_RUN and USE_TWISTED_BUILD knobs. The twisted
components can be added as comma-separated arguments. If you previously
wrote
USE_TWISTED= yes
USE_TWISTED= conch names
USE_TWISTED_RUN= yes
you now would write
USES= twisted
USES= twisted:conch,names
USES= twisted:run
Diffstat (limited to 'games')
-rw-r--r-- | games/balazar/Makefile | 3 | ||||
-rw-r--r-- | games/balazarbrothers/Makefile | 3 | ||||
-rw-r--r-- | games/galaxymage/Makefile | 3 | ||||
-rw-r--r-- | games/kajongg/Makefile | 3 |
4 files changed, 4 insertions, 8 deletions
diff --git a/games/balazar/Makefile b/games/balazar/Makefile index 8db0f502b08..275d87cb0b3 100644 --- a/games/balazar/Makefile +++ b/games/balazar/Makefile @@ -22,10 +22,9 @@ RUN_DEPENDS= soya_editor:${PORTSDIR}/graphics/py-soya3d \ USE_BZIP2= yes USE_PYTHON= yes USE_PYDISTUTILS= yes -USE_TWISTED= yes USE_GL= glew USE_SDL= sdl mixer -USES= gettext +USES= gettext twisted PYDISTUTILS_PKGNAME= Balazar PYDISTUTILS_EGGINFODIR= ${PREFIX}/share diff --git a/games/balazarbrothers/Makefile b/games/balazarbrothers/Makefile index 9707edd9001..ad12c974256 100644 --- a/games/balazarbrothers/Makefile +++ b/games/balazarbrothers/Makefile @@ -19,10 +19,9 @@ RUN_DEPENDS= ${PYTHON_SITELIBDIR}/cerealizer/__init__.py:${PORTSDIR}/security/py ${PYTHON_SITELIBDIR}/ogg/__init__.py:${PORTSDIR}/audio/py-vorbis USE_BZIP2= yes -USES= gettext +USES= gettext twisted USE_PYTHON= yes USE_PYDISTUTILS=yes -USE_TWISTED= yes USE_GL= glew USE_GMAKE= yes diff --git a/games/galaxymage/Makefile b/games/galaxymage/Makefile index 6fc663b73c2..2fb4724da26 100644 --- a/games/galaxymage/Makefile +++ b/games/galaxymage/Makefile @@ -15,8 +15,7 @@ RUN_DEPENDS= ${PYTHON_SITELIBDIR}/Numeric/_numpy.so:${PORTSDIR}/math/py-numeric ${PYTHON_SITELIBDIR}/OpenGL/__init__.py:${PORTSDIR}/graphics/py-opengl USE_PYTHON= yes -USE_TWISTED= yes -USES= gettext +USES= gettext twisted NO_BUILD= yes NO_STAGE= yes diff --git a/games/kajongg/Makefile b/games/kajongg/Makefile index c5988b4c3a9..52ce7e4b176 100644 --- a/games/kajongg/Makefile +++ b/games/kajongg/Makefile @@ -13,12 +13,11 @@ COMMENT= ${${PORTNAME}_DESC} CONFLICTS_INSTALL= kdegames-4.[0-6].* -USES= cmake:outsource +USES= cmake:outsource twisted:run USE_KDE4= kdehier kdelibs kdeprefix pykde4 automoc4 USE_QT4= moc_build qmake_build rcc_build uic_build USE_PYTHON= yes USE_SQLITE= 3 -USE_TWISTED_RUN= yes USE_XZ= yes CMAKE_ARGS= -DINSTALL_KAJONGG:BOOL=TRUE |