aboutsummaryrefslogtreecommitdiff
path: root/games/kajongg
diff options
context:
space:
mode:
authorAlex Kozlov <ak@FreeBSD.org>2014-05-31 16:37:58 +0000
committerAlex Kozlov <ak@FreeBSD.org>2014-05-31 16:37:58 +0000
commitfe7fc772a5aa50ceab067ebdb68b0fc9e2d0cbeb (patch)
tree3aba6572b76515a94751ae114e5304e1d6c1f9ac /games/kajongg
parentf4651688029fd1776aa50c470ece596188945ab8 (diff)
downloadports-fe7fc772a5aa50ceab067ebdb68b0fc9e2d0cbeb.tar.gz
ports-fe7fc772a5aa50ceab067ebdb68b0fc9e2d0cbeb.zip
- Fix various distinfo errors
- Remove unused USE_* knobs - Convert USE_TWISTED_RUN to USES - Remove empty lines after .include <bsd.port.mk> Approved by: portmgr (antoine)
Notes
Notes: svn path=/head/; revision=355995
Diffstat (limited to 'games/kajongg')
-rw-r--r--games/kajongg/Makefile3
1 files changed, 1 insertions, 2 deletions
diff --git a/games/kajongg/Makefile b/games/kajongg/Makefile
index 741819aace6b..8ef56117b70d 100644
--- a/games/kajongg/Makefile
+++ b/games/kajongg/Makefile
@@ -9,12 +9,11 @@ DIST_SUBDIR= KDE/${PORTVERSION}
MAINTAINER= kde@FreeBSD.org
COMMENT= ${${PORTNAME}_DESC}
-USES= cmake:outsource tar:xz
+USES= cmake:outsource tar:xz 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
CMAKE_ARGS= -DINSTALL_KAJONGG:BOOL=TRUE
.include <${.CURDIR}/../kdegames4/Makefile.common>