diff options
Diffstat (limited to 'games/briquolo')
-rw-r--r-- | games/briquolo/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/games/briquolo/Makefile b/games/briquolo/Makefile index 996daaa57997..afc69c5afd0c 100644 --- a/games/briquolo/Makefile +++ b/games/briquolo/Makefile @@ -7,7 +7,7 @@ PORTNAME= briquolo PORTVERSION= 0.5.7 -PORTREVISION= 5 +PORTREVISION= 6 CATEGORIES= games MASTER_SITES= http://briquolo.free.fr/download/ @@ -16,6 +16,8 @@ COMMENT= Breakout clone with an OpenGL 3D representation LIB_DEPENDS= png.6:${PORTSDIR}/graphics/png +LICENSE= GPLv2 + USE_BZIP2= yes USE_ICONV= yes USE_GL= gl |