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/kajongg | |
parent | d3f477704a1b69ab45d50515cc20ec04ab66c770 (diff) | |
download | freebsd-ports-gnome-99dc8cf3e20698c03e2a8d18397eeb89dcd1a232.tar.gz freebsd-ports-gnome-99dc8cf3e20698c03e2a8d18397eeb89dcd1a232.tar.zst freebsd-ports-gnome-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/kajongg')
-rw-r--r-- | games/kajongg/Makefile | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/games/kajongg/Makefile b/games/kajongg/Makefile index c5988b4c3a98..52ce7e4b176e 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 |