From f99028945d98f49996bee1657f9ecff4fb8a9686 Mon Sep 17 00:00:00 2001 From: Baptiste Daroussin Date: Wed, 31 Jul 2013 22:52:05 +0000 Subject: Fix build with clang --- games/lincity/Makefile | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) (limited to 'games/lincity') diff --git a/games/lincity/Makefile b/games/lincity/Makefile index e18e55b68fb0..38fd3fad559c 100644 --- a/games/lincity/Makefile +++ b/games/lincity/Makefile @@ -14,11 +14,8 @@ OPTIONS_DEFINE= SVGALIB NLS LIB_DEPENDS= png15:${PORTSDIR}/graphics/png -.if ${CC} == "clang" +USES= gmake USE_CSTD= c89 -.endif - -USE_GMAKE= yes GNU_CONFIGURE= yes CPPFLAGS+= -I${LOCALBASE}/include LDFLAGS+= -L${LOCALBASE}/lib -- cgit v1.2.3