From 93872f18cc0a948ab9c010bbe5694579bd59f8c4 Mon Sep 17 00:00:00 2001 From: Kris Kennaway Date: Wed, 4 Jun 2003 22:43:38 +0000 Subject: Move inclusion of bsd.port.pre.mk later in the file for conditional BROKEN tag. Early inclusion caused problems for some ports, so to be safe I'm updating all of them. Pointy hat to: kris --- games/clanbomber/Makefile | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) (limited to 'games/clanbomber') diff --git a/games/clanbomber/Makefile b/games/clanbomber/Makefile index 8d13e2c7bdb8..3362f06cc48e 100644 --- a/games/clanbomber/Makefile +++ b/games/clanbomber/Makefile @@ -16,16 +16,16 @@ COMMENT= A bomberman-like multiplayer game LIB_DEPENDS= clanCore.0:${PORTSDIR}/devel/clanlib -.include - -.if ${OSVERSION} >= 500113 -BROKEN= "Does not compile (bad C++ code)" -.endif - USE_XLIB= yes GNU_CONFIGURE= yes CONFIGURE_ENV= LIBS="${PTHREAD_LIBS} -L${LOCALBASE}/lib" \ CPPFLAGS="-I${LOCALBASE}/include" CFLAGS+= -fpermissive +.include + +.if ${OSVERSION} >= 500113 +BROKEN= "Does not compile (bad C++ code)" +.endif + .include -- cgit v1.2.3