diff options
author | petef <petef@FreeBSD.org> | 2003-05-10 20:03:29 +0800 |
---|---|---|
committer | petef <petef@FreeBSD.org> | 2003-05-10 20:03:29 +0800 |
commit | c031f2a0d410a1f855d2f7ebe2f2f10efdde753c (patch) | |
tree | 5a5c95e770224dd1c6e0fbe9c65557303664f848 /games | |
parent | a1ea975ad26108e68f41852937f5e0310f8c04f2 (diff) | |
download | freebsd-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/Makefile | 2 |
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 |