diff options
author | nemysis <nemysis@FreeBSD.org> | 2013-11-29 20:44:03 +0800 |
---|---|---|
committer | nemysis <nemysis@FreeBSD.org> | 2013-11-29 20:44:03 +0800 |
commit | 440b99c0af8461c36e68e03f934d5cf4381f400f (patch) | |
tree | 5ea67df3b37462e279eed77177402413351c5120 | |
parent | 8ef735245c31b23204ae1b2dab8655a6700a889c (diff) | |
download | freebsd-ports-gnome-440b99c0af8461c36e68e03f934d5cf4381f400f.tar.gz freebsd-ports-gnome-440b99c0af8461c36e68e03f934d5cf4381f400f.tar.zst freebsd-ports-gnome-440b99c0af8461c36e68e03f934d5cf4381f400f.zip |
- Fix build, add USE_QT4= gui
Approved by: pawel / wg (mentors, implicit)
-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/ |