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/tbe | |
parent | 7db146587f345a51482b4b1c314fe71cfeb37e6c (diff) |
Notes
Diffstat (limited to 'games/tbe')
-rw-r--r-- | games/tbe/Makefile | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/games/tbe/Makefile b/games/tbe/Makefile index 19f1d6a18e2c..131d5e4c18b0 100644 --- a/games/tbe/Makefile +++ b/games/tbe/Makefile @@ -19,8 +19,7 @@ COMMENT= The Butterfly Effect BUILD_DEPENDS= ${LOCALBASE}/bin/unzip:${PORTSDIR}/archivers/unzip USE_GMAKE= yes -USE_QT_VER= 4 -QT_COMPONENTS= qmake_build corelib gui moc_build rcc_build svg uic_build xml +USE_QT4= qmake_build corelib gui moc_build rcc_build svg uic_build xml MAKE_JOBS_SAFE= yes WRKSRC= ${WRKDIR}/TheButterflyEffect-m${PORTVERSION} |