aboutsummaryrefslogtreecommitdiffstats
path: root/games
diff options
context:
space:
mode:
authorpav <pav@FreeBSD.org>2006-11-11 06:24:54 +0800
committerpav <pav@FreeBSD.org>2006-11-11 06:24:54 +0800
commitc55de0c3bbdf689323282643107db2a5028f3201 (patch)
tree147e9e7b5af9b6cd150079ea9a896bbb7d93e64f /games
parentefe06f934e912f7e1afc02c4e644392d39315dba (diff)
downloadfreebsd-ports-gnome-c55de0c3bbdf689323282643107db2a5028f3201.tar.gz
freebsd-ports-gnome-c55de0c3bbdf689323282643107db2a5028f3201.tar.zst
freebsd-ports-gnome-c55de0c3bbdf689323282643107db2a5028f3201.zip
- Add missed runtime dependency on p5-gettext
PR: ports/105376 Submitted by: Max Brazhnikov <makc@issp.ac.ru>
Diffstat (limited to 'games')
-rw-r--r--games/frozenbubble/Makefile5
1 files changed, 3 insertions, 2 deletions
diff --git a/games/frozenbubble/Makefile b/games/frozenbubble/Makefile
index 1b93491fdcf9..4d5ba9165333 100644
--- a/games/frozenbubble/Makefile
+++ b/games/frozenbubble/Makefile
@@ -7,7 +7,7 @@
PORTNAME= frozenbubble
PORTVERSION= 2.0.0
-PORTREVISION= 1
+PORTREVISION= 2
CATEGORIES= games
MASTER_SITES= http://www.frozen-bubble.org/data/
DISTNAME= frozen-bubble-${PORTVERSION}
@@ -16,7 +16,8 @@ MAINTAINER= ports@FreeBSD.org
COMMENT= Throw colourful bubbles to build groups and destroy the groups
BUILD_DEPENDS= ${SITE_PERL}/${PERL_ARCH}/SDL_perl.pm:${PORTSDIR}/devel/p5-SDL
-RUN_DEPENDS= ${SITE_PERL}/${PERL_ARCH}/SDL_perl.pm:${PORTSDIR}/devel/p5-SDL
+RUN_DEPENDS= ${SITE_PERL}/${PERL_ARCH}/SDL_perl.pm:${PORTSDIR}/devel/p5-SDL \
+ ${SITE_PERL}/${PERL_ARCH}/Locale/gettext.pm:${PORTSDIR}/devel/p5-Locale-gettext
USE_SDL= mixer sdl pango
USE_GMAKE= yes