From 126930b6de32c5a3edd0b785f5ae2c93b4a8f234 Mon Sep 17 00:00:00 2001 From: rafan Date: Sat, 9 Dec 2006 08:51:58 +0000 Subject: - Really respect X11BASE Approved by: portmgr (linimon) --- games/criticalmass/Makefile | 1 + 1 file changed, 1 insertion(+) (limited to 'games') diff --git a/games/criticalmass/Makefile b/games/criticalmass/Makefile index a9e07cf70eeb..f6ac5e1700cf 100644 --- a/games/criticalmass/Makefile +++ b/games/criticalmass/Makefile @@ -41,6 +41,7 @@ post-patch: 's|SDL/SDL|SDL|g' @${REINPLACE_CMD} -e 's|sdl-config|${SDL_CONFIG:T}|g ; \ s|^CXXFLAGS|#CXXFLAGS|g ; \ + s|/usr/X11R6|${X11BASE}|g ; \ s|-lSDL | |g ; \ s|-lpng12|-lpng|g' ${WRKSRC}/configure @${REINPLACE_CMD} -e 's|and def|\&\& def|g' ${WRKSRC}/utils/OSName.hpp -- cgit