diff options
Diffstat (limited to 'games/xtux')
-rw-r--r-- | games/xtux/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
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}\\\" |