diff options
author | Dmitry Marakasov <amdmi3@FreeBSD.org> | 2008-06-20 09:03:55 +0000 |
---|---|---|
committer | Dmitry Marakasov <amdmi3@FreeBSD.org> | 2008-06-20 09:03:55 +0000 |
commit | 802b12daa78bdc7169ff4f61cdb1dcf27fd19220 (patch) | |
tree | 75181c38df794031c0f93bc7b83de8b07a0eca8d /games/tetzle | |
parent | 704c17a34c8f46e9f659b913fb8c456863164f34 (diff) | |
download | ports-802b12daa78bdc7169ff4f61cdb1dcf27fd19220.tar.gz ports-802b12daa78bdc7169ff4f61cdb1dcf27fd19220.zip |
Notes
Diffstat (limited to 'games/tetzle')
-rw-r--r-- | games/tetzle/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/games/tetzle/Makefile b/games/tetzle/Makefile index 172ca831fe09..d7beb4c0d3f6 100644 --- a/games/tetzle/Makefile +++ b/games/tetzle/Makefile @@ -7,6 +7,7 @@ PORTNAME= tetzle PORTVERSION= 1.0 +PORTREVISION= 1 CATEGORIES= games MASTER_SITES= http://gottcode.org/tetzle/ \ http://www.amdmi3.ru/distfiles/ @@ -18,6 +19,7 @@ COMMENT= Jigsaw puzzle with tetrominoes USE_BZIP2= yes USE_QT_VER= 4 QT_COMPONENTS= corelib gui moc opengl qmake rcc xml +WANT_GNOME= yes INSTALLS_ICONS= yes WRKSRC= ${WRKDIR}/${PORTNAME}-${PORTVERSION} |