aboutsummaryrefslogtreecommitdiffstats
path: root/games
diff options
context:
space:
mode:
authorpetef <petef@FreeBSD.org>2003-05-10 20:03:29 +0800
committerpetef <petef@FreeBSD.org>2003-05-10 20:03:29 +0800
commitc031f2a0d410a1f855d2f7ebe2f2f10efdde753c (patch)
tree5a5c95e770224dd1c6e0fbe9c65557303664f848 /games
parenta1ea975ad26108e68f41852937f5e0310f8c04f2 (diff)
downloadfreebsd-ports-gnome-c031f2a0d410a1f855d2f7ebe2f2f10efdde753c.tar.gz
freebsd-ports-gnome-c031f2a0d410a1f855d2f7ebe2f2f10efdde753c.tar.zst
freebsd-ports-gnome-c031f2a0d410a1f855d2f7ebe2f2f10efdde753c.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
Diffstat (limited to 'games')
-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