diff options
Diffstat (limited to 'games/pingus')
-rw-r--r-- | games/pingus/Makefile | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/games/pingus/Makefile b/games/pingus/Makefile index aff714ea64d8..6ea36d4dc0e8 100644 --- a/games/pingus/Makefile +++ b/games/pingus/Makefile @@ -7,7 +7,7 @@ PORTNAME= pingus PORTVERSION= 0.7.2 -PORTREVISION= 5 +PORTREVISION= 6 CATEGORIES= games MASTER_SITES= http://pingus.seul.org/files/ @@ -25,6 +25,9 @@ SCONS_ARGS= with_linuxusbmouse=0 \ with_linuxevdev=0 USE_SDL= sdl image mixer +DESKTOP_ENTRIES= "Pingus" "${COMMENT}" "" \ + "pingus" "" false + PLIST= ${WRKDIR}/pkg-plist post-patch: |