From fa38ed02cc7ff1a59528f13db1b7dedc130b2def Mon Sep 17 00:00:00 2001 From: Pav Lucistnik Date: Fri, 25 Jul 2008 12:24:09 +0000 Subject: - Remove duplicates from MAKE_ENV after inclusion of CC and CXX in default MAKE_ENV --- games/xtux/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'games/xtux') diff --git a/games/xtux/Makefile b/games/xtux/Makefile index 6585c84a57bd..a5eede81fc6e 100644 --- a/games/xtux/Makefile +++ b/games/xtux/Makefile @@ -19,7 +19,7 @@ WRKSRC= ${WRKDIR}/${PORTNAME} USE_XORG= xpm USE_GMAKE= yes -MAKE_ENV= CPP="${CC} -E" CC="${CC}" +MAKE_ENV= CPP="${CC} -E" CFLAGS+= -DDATADIR=\\\"${DATADIR}\\\" -- cgit v1.2.3