aboutsummaryrefslogtreecommitdiff
path: root/games/frozenbubble
diff options
context:
space:
mode:
authorPete Fritchman <petef@FreeBSD.org>2003-05-10 12:03:29 +0000
committerPete Fritchman <petef@FreeBSD.org>2003-05-10 12:03:29 +0000
commitc2db628f69151d903dff18d0fdcb1d99763416dc (patch)
tree33f0bba2ec950e92679174bc6f42775c00945678 /games/frozenbubble
parent42e688de135aad1ef3cb3459f167aede8ba53d73 (diff)
downloadports-c2db628f69151d903dff18d0fdcb1d99763416dc.tar.gz
ports-c2db628f69151d903dff18d0fdcb1d99763416dc.zip
Don't blindly set RUN_DEPENDS to ${BUILD_DEPENDS} - this brought in a
run-time dependency on gmake. Noticed by: Daniel Mueller <mue.da@gmx.de> on -ports Approved by: maintainer timeout
Notes
Notes: svn path=/head/; revision=80600
Diffstat (limited to 'games/frozenbubble')
-rw-r--r--games/frozenbubble/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/games/frozenbubble/Makefile b/games/frozenbubble/Makefile
index 2abafce2d743..e2913952afaf 100644
--- a/games/frozenbubble/Makefile
+++ b/games/frozenbubble/Makefile
@@ -18,7 +18,7 @@ MAINTAINER= klaus.goger@reflex.at
COMMENT= Throw colourful bubbles to build groups and destroy the groups
BUILD_DEPENDS= ${LOCALBASE}/lib/perl5/site_perl/${PERL_VER}/${PERL_ARCH}/SDL_perl.pm:${PORTSDIR}/devel/p5-SDL
-RUN_DEPENDS= ${BUILD_DEPENDS}
+RUN_DEPENDS= ${LOCALBASE}/lib/perl5/site_perl/${PERL_VER}/${PERL_ARCH}/SDL_perl.pm:${PORTSDIR}/devel/p5-SDL
LIB_DEPENDS= SDL-1.1.5:${PORTSDIR}/devel/sdl12 \
SDL_mixer.2:${PORTSDIR}/audio/sdl_mixer \
SDL_image.10:${PORTSDIR}/graphics/sdl_image