diff options
Diffstat (limited to 'games/kollision/Makefile')
-rw-r--r-- | games/kollision/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/games/kollision/Makefile b/games/kollision/Makefile index 5068e055cf48..e454c1baf58d 100644 --- a/games/kollision/Makefile +++ b/games/kollision/Makefile @@ -9,8 +9,8 @@ DIST_SUBDIR= KDE/${PORTVERSION} MAINTAINER= kde@FreeBSD.org COMMENT= ${${PORTNAME}_DESC} -USE_KDE4= kdelibs libkdegames automoc4 -USES= cmake:outsource tar:xz +USES= cmake:outsource kde:4 tar:xz +USE_KDE= kdelibs libkdegames automoc4 USE_QT4= moc_build qmake_build rcc_build uic_build .include <${.CURDIR}/../kdegames4/Makefile.common> |