diff options
author | Ganael LAPLANCHE <martymac@FreeBSD.org> | 2010-11-17 09:38:01 +0000 |
---|---|---|
committer | Ganael LAPLANCHE <martymac@FreeBSD.org> | 2010-11-17 09:38:01 +0000 |
commit | f6ab0381bdaaaff4798764a68e57e3ae381711e8 (patch) | |
tree | 007cc99d83a38bca3dc2176cbc48d5f8f61e234b /games/briquolo | |
parent | b8ffc386603a596c786a31f32b0d84c8b4636839 (diff) | |
download | ports-f6ab0381bdaaaff4798764a68e57e3ae381711e8.tar.gz ports-f6ab0381bdaaaff4798764a68e57e3ae381711e8.zip |
Notes
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 |