diff options
author | Max Brazhnikov <makc@FreeBSD.org> | 2013-01-22 23:12:20 +0000 |
---|---|---|
committer | Max Brazhnikov <makc@FreeBSD.org> | 2013-01-22 23:12:20 +0000 |
commit | d321be23d6e2a66c4562f15d56ed61acb7db28a2 (patch) | |
tree | ee1709b461943ea50012d3f80c3a28636bfa71c0 /games/pouetchess/Makefile | |
parent | a4eb6292ff178903fe6ad802d5b1c9a9c600e8dd (diff) | |
download | ports-d321be23d6e2a66c4562f15d56ed61acb7db28a2.tar.gz ports-d321be23d6e2a66c4562f15d56ed61acb7db28a2.zip |
Notes
Diffstat (limited to 'games/pouetchess/Makefile')
-rw-r--r-- | games/pouetchess/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/games/pouetchess/Makefile b/games/pouetchess/Makefile index 59f9efa4f56c..0830a7f4cc2e 100644 --- a/games/pouetchess/Makefile +++ b/games/pouetchess/Makefile @@ -13,7 +13,7 @@ MASTER_SITES= SF/${PORTNAME}/${PORTNAME}/0.11 DISTNAME= pouetChess_0.11_src MAINTAINER= amdmi3@FreeBSD.org -COMMENT= An open-source 3D chess game +COMMENT= Open-source 3D chess game USE_SDL= sdl image USE_GL= gl @@ -25,7 +25,7 @@ DESKTOP_ENTRIES="pouetChess" \ "Play chess" \ "${DATADIR}/textures/1.png" \ "pouetChess" \ - "Application;Game;" \ + "Game;BoardGame;" \ false post-patch: |