summaryrefslogtreecommitdiff
path: root/games
diff options
context:
space:
mode:
authorKirill Ponomarev <krion@FreeBSD.org>2003-10-23 08:08:30 +0000
committerKirill Ponomarev <krion@FreeBSD.org>2003-10-23 08:08:30 +0000
commit0dc562c7bb834cdc1a784c5c3ca7a7ac6ef903d4 (patch)
treef65fde61eed89ead872ea2ce17a0a0f8e0a00a19 /games
parentAdd -fPIC to cflags which hopefulle fixes amd64 (diff)
- Add missing dependency
Reported by: bento (kris)
Notes
Notes: svn path=/head/; revision=91938
Diffstat (limited to 'games')
-rw-r--r--games/briquolo/Makefile4
1 files changed, 3 insertions, 1 deletions
diff --git a/games/briquolo/Makefile b/games/briquolo/Makefile
index 20fcc2922339..d6201df5f691 100644
--- a/games/briquolo/Makefile
+++ b/games/briquolo/Makefile
@@ -7,6 +7,7 @@
PORTNAME= briquolo
PORTVERSION= 0.4.1
+PORTREVISION= 1
CATEGORIES= games
MASTER_SITES= http://briquolo.free.fr/download/
@@ -14,7 +15,8 @@ MAINTAINER= krion@FreeBSD.org
COMMENT= Breakout clone with an OpenGL 3D representation
LIB_DEPENDS= SDL_mixer.2:${PORTSDIR}/audio/sdl_mixer \
- GUI.0:${PORTSDIR}/graphics/guilib
+ GUI.0:${PORTSDIR}/graphics/guilib \
+ png.5:${PORTSDIR}/graphics/png
USE_BZIP2= yes
USE_REINPLACE= yes