Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 13 Feb 2017 14:32:28 +0000 (UTC)
From:      "Vanilla I. Shu" <vanilla@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r433995 - head/games/cutemaze
Message-ID:  <201702131432.v1DEWSQr085396@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201702131432.v1DEWSQr085396>