diff options
author | Erwin Lansing <erwin@FreeBSD.org> | 2010-06-13 08:40:06 +0000 |
---|---|---|
committer | Erwin Lansing <erwin@FreeBSD.org> | 2010-06-13 08:40:06 +0000 |
commit | 8c6092e5ec455e0673086036e0a9b026dc9510eb (patch) | |
tree | fe1db175baadf14a460db2851f82161c97b8041e /games | |
parent | - Fix the PLIST (diff) |
BROKEN should not be quoted.
No functional change.
Notes
Notes:
svn path=/head/; revision=256468
Diffstat (limited to 'games')
-rw-r--r-- | games/pinball/Makefile | 2 | ||||
-rw-r--r-- | games/xbloody/Makefile | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/games/pinball/Makefile b/games/pinball/Makefile index e01edad452f3..5c13e321ae21 100644 --- a/games/pinball/Makefile +++ b/games/pinball/Makefile @@ -17,7 +17,7 @@ COMMENT= Emilia Pinball is a free pinball game .if !defined(WITH_ALLEGRO) BUILD_DEPENDS= ${SDL_CONFIG}:${PORTSDIR}/devel/sdl12 .else -BROKEN= "support with Allegro is (temporarily) broken as of version 0.3.1" +BROKEN= support with Allegro is (temporarily) broken as of version 0.3.1 BUILD_DEPENDS= ${ALLEGRO_CONFIG}:${PORTSDIR}/devel/allegro LIB_DEPENDS= alleg.42:${PORTSDIR}/devel/allegro .endif diff --git a/games/xbloody/Makefile b/games/xbloody/Makefile index 007f25862e57..e7535844629d 100644 --- a/games/xbloody/Makefile +++ b/games/xbloody/Makefile @@ -22,7 +22,7 @@ USE_XORG= x11 xext xt sm ice .include <bsd.port.pre.mk> .if ${ARCH} != "i386" -BROKEN= "Does not compile on !i386" +BROKEN= Does not compile on !i386 .endif post-install: |