diff options
author | krion <krion@FreeBSD.org> | 2003-10-23 16:08:30 +0800 |
---|---|---|
committer | krion <krion@FreeBSD.org> | 2003-10-23 16:08:30 +0800 |
commit | b788371663168846820a05c1528fb118bc03e365 (patch) | |
tree | 15b8928f5569e42df737ccff9e927fc90dfbff13 /games | |
parent | ccf1a7ee141db8156cefb12565f4949d46fef87e (diff) | |
download | freebsd-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/Makefile | 4 |
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 |