aboutsummaryrefslogtreecommitdiffstats
path: root/games
diff options
context:
space:
mode:
authorkrion <krion@FreeBSD.org>2003-10-23 16:08:30 +0800
committerkrion <krion@FreeBSD.org>2003-10-23 16:08:30 +0800
commitb788371663168846820a05c1528fb118bc03e365 (patch)
tree15b8928f5569e42df737ccff9e927fc90dfbff13 /games
parentccf1a7ee141db8156cefb12565f4949d46fef87e (diff)
downloadfreebsd-ports-gnome-b788371663168846820a05c1528fb118bc03e365.tar.gz
freebsd-ports-gnome-b788371663168846820a05c1528fb118bc03e365.tar.zst
freebsd-ports-gnome-b788371663168846820a05c1528fb118bc03e365.zip
- Add missing dependency
Reported by: bento (kris)
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