svn commit: r433995 - head/games/cutemaze

Vanilla I. Shu vanilla at FreeBSD.org
Mon Feb 13 14:32:29 UTC 2017


Author: vanilla
Date: Mon Feb 13 14:32:28 2017
New Revision: 433995
URL: https://svnweb.freebsd.org/changeset/ports/433995

Log:
  Set buildtools, linguisttools as BUILD_DEPENDS.

Modified:
  head/games/cutemaze/Makefile

Modified: head/games/cutemaze/Makefile
==============================================================================
--- head/games/cutemaze/Makefile	Mon Feb 13 14:30:43 2017	(r433994)
+++ head/games/cutemaze/Makefile	Mon Feb 13 14:32:28 2017	(r433995)
@@ -16,8 +16,8 @@ LICENSE_FILE=	${WRKSRC}/COPYING
 WRKSRC=		${WRKDIR}/${PORTNAME}-${PORTVERSION}
 
 USES=		qmake tar:bzip2
-USE_QT5=	buildtools core gui svg imageformats_run linguisttools \
-		widgets
+USE_QT5=	core gui svg imageformats_run widgets \
+		linguisttools_build buildtools_build
 INSTALLS_ICONS=	yes
 
 PORTDOCS=	ChangeLog NEWS README


More information about the svn-ports-all mailing list