svn commit: r334951 - head/games/cutemaze

Max Brazhnikov makc at FreeBSD.org
Tue Nov 26 16:15:06 UTC 2013


Author: makc
Date: Tue Nov 26 16:15:05 2013
New Revision: 334951
URL: http://svnweb.freebsd.org/changeset/ports/334951

Log:
  - Add missing USE_QT4 components to fix build after my previous commit
  
  Reported by:	marino

Modified:
  head/games/cutemaze/Makefile

Modified: head/games/cutemaze/Makefile
==============================================================================
--- head/games/cutemaze/Makefile	Tue Nov 26 15:51:21 2013	(r334950)
+++ head/games/cutemaze/Makefile	Tue Nov 26 16:15:05 2013	(r334951)
@@ -16,7 +16,8 @@ WRKSRC=		${WRKDIR}/${PORTNAME}-${PORTVER
 
 USES=		qmake
 USE_BZIP2=	yes
-USE_QT4=	moc_build rcc_build uic_build iconengines_run imageformats_run
+USE_QT4=	moc_build rcc_build uic_build iconengines_run imageformats_run \
+		corelib gui svg
 INSTALLS_ICONS=	yes
 
 PORTDOCS=	ChangeLog README


More information about the svn-ports-all mailing list