diff options
author | Dmitry Marakasov <amdmi3@FreeBSD.org> | 2014-03-27 08:15:58 +0000 |
---|---|---|
committer | Dmitry Marakasov <amdmi3@FreeBSD.org> | 2014-03-27 08:15:58 +0000 |
commit | b253dc3f2b49e82d611f9eb14532836323f5cfc0 (patch) | |
tree | f2c32c7bb3bb9145ab38bc79b847716b98e95643 /games/tetzle/Makefile | |
parent | cc99aa9faba78f586ea18db8cebda5a11e662e5f (diff) | |
download | ports-b253dc3f2b49e82d611f9eb14532836323f5cfc0.tar.gz ports-b253dc3f2b49e82d611f9eb14532836323f5cfc0.zip |
Notes
Diffstat (limited to 'games/tetzle/Makefile')
-rw-r--r-- | games/tetzle/Makefile | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/games/tetzle/Makefile b/games/tetzle/Makefile index 02ba91d0b452..18416f353bff 100644 --- a/games/tetzle/Makefile +++ b/games/tetzle/Makefile @@ -11,8 +11,7 @@ DISTNAME= ${PORTNAME}-${PORTVERSION}-src MAINTAINER= amdmi3@FreeBSD.org COMMENT= Jigsaw puzzle with tetrominoes -USES= qmake -USE_BZIP2= yes +USES= tar:bzip2 qmake desktop-file-utils USE_QT4= corelib gui moc_build opengl rcc_build xml INSTALLS_ICONS= yes |