diff options
author | Dmitry Marakasov <amdmi3@FreeBSD.org> | 2008-07-22 22:36:38 +0000 |
---|---|---|
committer | Dmitry Marakasov <amdmi3@FreeBSD.org> | 2008-07-22 22:36:38 +0000 |
commit | dce67ff238480a3c8dcfb751b2ed0b547c57943a (patch) | |
tree | 47cf9b5a3ba3c359754ec463b57291b068d8c31c /games/tetzle/Makefile | |
parent | e996fa0e00f1fd71031d6079d651412741805e00 (diff) |
Notes
Diffstat (limited to 'games/tetzle/Makefile')
-rw-r--r-- | games/tetzle/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/games/tetzle/Makefile b/games/tetzle/Makefile index 19a123f1ca72..b52d2b2dc97d 100644 --- a/games/tetzle/Makefile +++ b/games/tetzle/Makefile @@ -6,7 +6,7 @@ # PORTNAME= tetzle -PORTVERSION= 1.0.2 +PORTVERSION= 1.1.0 CATEGORIES= games MASTER_SITES= http://gottcode.org/tetzle/ \ http://www.amdmi3.ru/distfiles/ @@ -17,7 +17,7 @@ COMMENT= Jigsaw puzzle with tetrominoes USE_BZIP2= yes USE_QT_VER= 4 -QT_COMPONENTS= corelib gui moc opengl qmake rcc xml +QT_COMPONENTS= corelib gui moc_build opengl qmake_build rcc_build xml WANT_GNOME= yes INSTALLS_ICONS= yes |