diff options
author | kris <kris@FreeBSD.org> | 2005-03-27 03:43:51 +0800 |
---|---|---|
committer | kris <kris@FreeBSD.org> | 2005-03-27 03:43:51 +0800 |
commit | 7359f6337be08a2e002424dcf30e13e4194055e6 (patch) | |
tree | 724439a9bda172fcb2f2d092e32f16e1e14d5e51 /games/frozenbubble | |
parent | a3d317292b6d96841e7ede6d34a477fc5c98f8e8 (diff) | |
download | freebsd-ports-gnome-7359f6337be08a2e002424dcf30e13e4194055e6.tar.gz freebsd-ports-gnome-7359f6337be08a2e002424dcf30e13e4194055e6.tar.zst freebsd-ports-gnome-7359f6337be08a2e002424dcf30e13e4194055e6.zip |
BROKEN: Incorrectly installs a perllocal.pod
Approved by: portmgr (self)
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 |