diff options
Diffstat (limited to 'games/ksudoku/Makefile')
-rw-r--r-- | games/ksudoku/Makefile | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/games/ksudoku/Makefile b/games/ksudoku/Makefile index 9f5bb6db0bd0..6edf396439dc 100644 --- a/games/ksudoku/Makefile +++ b/games/ksudoku/Makefile @@ -2,7 +2,6 @@ PORTNAME= ksudoku PORTVERSION= ${KDE4_VERSION} -PORTREVISION= 2 CATEGORIES= games kde MASTER_SITES= KDE/${KDE4_BRANCH}/${PORTVERSION}/src DIST_SUBDIR= KDE/${PORTVERSION} @@ -11,7 +10,7 @@ MAINTAINER= kde@FreeBSD.org COMMENT= ${${PORTNAME}_DESC} USE_GL= glu -USE_KDE4= kdehier kdelibs kdeprefix libkdegames automoc4 +USE_KDE4= kdelibs kdeprefix libkdegames automoc4 USES= cmake:outsource tar:xz USE_QT4= corelib gui corelib gui opengl \ moc_build qmake_build rcc_build uic_build |