diff options
Diffstat (limited to 'games')
-rw-r--r-- | games/gottet/Makefile | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/games/gottet/Makefile b/games/gottet/Makefile index c88f4003820f..e89f333d032d 100644 --- a/games/gottet/Makefile +++ b/games/gottet/Makefile @@ -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/ |