Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 29 Nov 2013 12:44:03 +0000 (UTC)
From:      Rusmir Dusko <nemysis@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r335173 - head/games/gottet
Message-ID:  <201311291244.rATCi31W035810@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: nemysis
Date: Fri Nov 29 12:44:03 2013
New Revision: 335173
URL: http://svnweb.freebsd.org/changeset/ports/335173

Log:
  - Fix build, add USE_QT4= gui
  
  Approved by:	pawel / wg (mentors, implicit)

Modified:
  head/games/gottet/Makefile

Modified: head/games/gottet/Makefile
==============================================================================
--- head/games/gottet/Makefile	Fri Nov 29 12:43:22 2013	(r335172)
+++ head/games/gottet/Makefile	Fri Nov 29 12:44:03 2013	(r335173)
@@ -14,15 +14,14 @@ LICENSE=	GPLv3
 
 USES=		qmake
 USE_BZIP2=	yes
-USE_QT4=	moc_build rcc_build iconengines_run imageformats_run
+USE_QT4=	moc_build rcc_build iconengines_run imageformats_run \
+		gui
 INSTALLS_ICONS=	yes
 
 PORTDOCS=	CREDITS ChangeLog
 
 OPTIONS_DEFINE=	DOCS
 
-.include <bsd.port.options.mk>
-
 post-install:
 	${LN} -sf ${PREFIX}/share/icons/hicolor/48x48/apps/${PORTNAME}.png \
 		    ${STAGEDIR}${PREFIX}/share/pixmaps/



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