diff options
Diffstat (limited to 'games/kgoldrunner/Makefile')
-rw-r--r-- | games/kgoldrunner/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/games/kgoldrunner/Makefile b/games/kgoldrunner/Makefile index 5abb076411b1..0ccd8fe4fe19 100644 --- a/games/kgoldrunner/Makefile +++ b/games/kgoldrunner/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> |