diff options
author | ak <ak@FreeBSD.org> | 2016-01-13 13:39:29 +0800 |
---|---|---|
committer | ak <ak@FreeBSD.org> | 2016-01-13 13:39:29 +0800 |
commit | d6b8986a090a7b9aaa839969b7ce8e2207ecc92c (patch) | |
tree | 3d595ef399c51ba23f7da95709d01e334329514b /games | |
parent | c5313c01d80a6a955aaa4d6068cea1f0ac8aac68 (diff) | |
download | freebsd-ports-gnome-d6b8986a090a7b9aaa839969b7ce8e2207ecc92c.tar.gz freebsd-ports-gnome-d6b8986a090a7b9aaa839969b7ce8e2207ecc92c.tar.zst freebsd-ports-gnome-d6b8986a090a7b9aaa839969b7ce8e2207ecc92c.zip |
- Remove unused USE_* knobs:
databases/mysql57-server
games/kajongg
textproc/ruby-htree
- Fix typos in USE_* knobs:
graphics/fortytwo
math/hexcalc
misc/gnustep-examples
www/h2o
- Remove unused BROKEN_alpha knob:
devel/directfb
- Remove user-settable knob:
multimedia/tovid
Approved by: portmgr blanket
Diffstat (limited to 'games')
-rw-r--r-- | games/kajongg/Makefile | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/games/kajongg/Makefile b/games/kajongg/Makefile index d6f15f82b006..427b4cec212a 100644 --- a/games/kajongg/Makefile +++ b/games/kajongg/Makefile @@ -13,7 +13,6 @@ COMMENT= ${${PORTNAME}_DESC} USES= cmake:outsource python tar:xz twisted:run sqlite USE_KDE4= kdelibs kdeprefix pykde4 automoc4 USE_QT4= moc_build qmake_build rcc_build uic_build -USE_TWISTED_RUN= yes CMAKE_ARGS= -DINSTALL_KAJONGG:BOOL=TRUE .include <${.CURDIR}/../kdegames4/Makefile.common> |