diff options
author | Rusmir Dusko <nemysis@FreeBSD.org> | 2014-04-30 09:30:14 +0000 |
---|---|---|
committer | Rusmir Dusko <nemysis@FreeBSD.org> | 2014-04-30 09:30:14 +0000 |
commit | e884a81a4c02d5ce8c0d3bdee527937348e4e00a (patch) | |
tree | 9037c72adb6f02759dc7abb6c2436b626185e0c6 /games/gottet | |
parent | febcb17d7dcd74ee5f592020cf6e0920c24b9fcd (diff) | |
download | ports-e884a81a4c02d5ce8c0d3bdee527937348e4e00a.tar.gz ports-e884a81a4c02d5ce8c0d3bdee527937348e4e00a.zip |
Notes
Diffstat (limited to 'games/gottet')
-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 d130f3860b53..3edbe7d2f48b 100644 --- a/games/gottet/Makefile +++ b/games/gottet/Makefile @@ -1,4 +1,4 @@ -# Created by: nemysis <nemysis@gmx.ch> +# Created by: Rusmir Dusko <nemysis@FreeBSD.org> # $FreeBSD$ PORTNAME= gottet @@ -12,8 +12,7 @@ COMMENT= Tetris clone LICENSE= GPLv3 -USES= qmake -USE_BZIP2= yes +USES= qmake tar:bzip2 USE_QT4= moc_build rcc_build iconengines_run imageformats_run \ gui INSTALLS_ICONS= yes |