From 50a80bb849e6bfc34b9f701d2370fe360bf4e6fb Mon Sep 17 00:00:00 2001 From: Kris Kennaway Date: Sun, 11 Nov 2001 23:20:02 +0000 Subject: Update to prboom 2.2.2 and respect CFLAGS Reviewed by: maintainer --- games/prboom/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'games/prboom/Makefile') diff --git a/games/prboom/Makefile b/games/prboom/Makefile index 35112bbfdf86..cedb2f13683c 100644 --- a/games/prboom/Makefile +++ b/games/prboom/Makefile @@ -6,7 +6,7 @@ # PORTNAME= prboom -PORTVERSION= 2.2.1 +PORTVERSION= 2.2.2 CATEGORIES= games MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} MASTER_SITE_SUBDIR= ${PORTNAME} @@ -23,7 +23,7 @@ SDL_CONFIG= ${LOCALBASE}/bin/sdl11-config USE_GMAKE= yes GNU_CONFIGURE= yes CONFIGURE_ENV= SDL_CONFIG="${SDL_CONFIG}" \ - CFLAGS="-I${LOCALBASE}/include" \ + CFLAGS+="-I${LOCALBASE}/include" \ LDFLAGS="-L${LOCALBASE}/lib" MAN5= boom.cfg.5 -- cgit v1.2.3