diff options
author | makc <makc@FreeBSD.org> | 2013-11-23 02:48:31 +0800 |
---|---|---|
committer | makc <makc@FreeBSD.org> | 2013-11-23 02:48:31 +0800 |
commit | 8456d4de25199b6e9f977ed57de2f2225b47ea20 (patch) | |
tree | 091fb65a63e71fdf689744ba9d8b82c592e16bce /games/tbe | |
parent | e9e6fa07737f3c6bfd70aa43f78ef9fdd4a2b6c5 (diff) | |
download | freebsd-ports-gnome-8456d4de25199b6e9f977ed57de2f2225b47ea20.tar.gz freebsd-ports-gnome-8456d4de25199b6e9f977ed57de2f2225b47ea20.tar.zst freebsd-ports-gnome-8456d4de25199b6e9f977ed57de2f2225b47ea20.zip |
- Convert to USES=qmake
- Adjust USE_QT4 components
Approved by: portmgr (blanket approval)
Diffstat (limited to 'games/tbe')
-rw-r--r-- | games/tbe/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/games/tbe/Makefile b/games/tbe/Makefile index 08656f7b4d8c..74f3e6a6fb02 100644 --- a/games/tbe/Makefile +++ b/games/tbe/Makefile @@ -13,8 +13,9 @@ COMMENT= The Butterfly Effect BUILD_DEPENDS= ${LOCALBASE}/bin/unzip:${PORTSDIR}/archivers/unzip LIB_DEPENDS= execinfo:${PORTSDIR}/devel/libexecinfo +USES= qmake USE_GMAKE= yes -USE_QT4= qmake_build corelib gui moc_build rcc_build svg uic_build xml +USE_QT4= corelib gui moc_build rcc_build svg uic_build xml WRKSRC= ${WRKDIR}/TheButterflyEffect-M${PORTVERSION}rc3 PLIST_FILES= bin/tbe @@ -34,10 +35,9 @@ post-patch: @${REINPLACE_CMD} -e '/ensure that no-one tries to build/,$$d' \ ${WRKSRC}/tbe.pro -pre-build: +pre-configure: # This is supposedly done by the ./configure script @cd ${WRKSRC}/3rdParty && ${GMAKE} - @cd ${WRKSRC} && ${QMAKE} ${QMAKEFLAGS} do-install: @${MKDIR} ${PREFIX}/bin |