svn commit: r335173 - head/games/gottet
Rusmir Dusko
nemysis at FreeBSD.org
Fri Nov 29 12:44:04 UTC 2013
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/
More information about the svn-ports-head
mailing list