From b788371663168846820a05c1528fb118bc03e365 Mon Sep 17 00:00:00 2001 From: krion Date: Thu, 23 Oct 2003 08:08:30 +0000 Subject: - Add missing dependency Reported by: bento (kris) --- games/briquolo/Makefile | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'games') 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 -- cgit