diff options
author | Kris Kennaway <kris@FreeBSD.org> | 2005-03-26 19:43:51 +0000 |
---|---|---|
committer | Kris Kennaway <kris@FreeBSD.org> | 2005-03-26 19:43:51 +0000 |
commit | d3d0553a80eae3111df8494123aa5684a0ea3665 (patch) | |
tree | 6d693b873f7c6eb09eb6548af8b00fe67448e79c /games/frozenbubble | |
parent | fedad53aefb0850c4adc67d5573e85bc6aed007c (diff) | |
download | ports-d3d0553a80eae3111df8494123aa5684a0ea3665.tar.gz ports-d3d0553a80eae3111df8494123aa5684a0ea3665.zip |
Notes
Diffstat (limited to 'games/frozenbubble')
-rw-r--r-- | games/frozenbubble/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/games/frozenbubble/Makefile b/games/frozenbubble/Makefile index e6b4108af390..579b26d0a22f 100644 --- a/games/frozenbubble/Makefile +++ b/games/frozenbubble/Makefile @@ -19,6 +19,8 @@ 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 +BROKEN= Incorrectly installs a perllocal.pod file + USE_SDL= mixer image sdl USE_GMAKE= yes USE_REINPLACE= yes |