diff options
author | Martin Wilke <miwi@FreeBSD.org> | 2012-06-06 06:44:37 +0000 |
---|---|---|
committer | Martin Wilke <miwi@FreeBSD.org> | 2012-06-06 06:44:37 +0000 |
commit | 9c2f65e3958e906d7f49ce94318d22defb3fffb2 (patch) | |
tree | bc087bd13fb3e313884021b8e0a5e2046e75d491 /games/quackle | |
parent | 7db146587f345a51482b4b1c314fe71cfeb37e6c (diff) |
Notes
Diffstat (limited to 'games/quackle')
-rw-r--r-- | games/quackle/Makefile | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/games/quackle/Makefile b/games/quackle/Makefile index 39390eec9ddb..9676f78c0799 100644 --- a/games/quackle/Makefile +++ b/games/quackle/Makefile @@ -22,8 +22,7 @@ LICENSE_COMB= dual WRKSRC= ${WRKDIR}/${PORTNAME}-${PORTVERSION} BUILD_WRKSRC= ${WRKSRC}/quacker -USE_QT_VER= 4 -QT_COMPONENTS= corelib gui moc_build qmake_build +USE_QT4= corelib gui moc_build qmake_build USE_GMAKE= yes MAKE_JOBS_SAFE= yes |