From 43312b68c941b243b6647227759ba1c3da9269b1 Mon Sep 17 00:00:00 2001 From: vs Date: Thu, 10 Mar 2005 12:05:24 +0000 Subject: Fix mispelings of PTHREAD_{CFLAGS,LIBS}. --- games/etuxracer/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'games/etuxracer') diff --git a/games/etuxracer/Makefile b/games/etuxracer/Makefile index 7b773f399449..33e0f7b96e09 100644 --- a/games/etuxracer/Makefile +++ b/games/etuxracer/Makefile @@ -25,7 +25,7 @@ USE_GMAKE= yes USE_AUTOMAKE_VER= 14 USE_AUTOCONF_VER= 213 AUTOMAKE_ARGS= -a -CONFIGURE_ENV= THREAD_LIB="${PTHREAD_LIB}" +CONFIGURE_ENV= THREAD_LIB="${PTHREAD_LIBS}" MAKE_ENV= ${CONFIGURE_ENV} CONFIGURE_ARGS= --with-tcl-inc="${LOCALBASE}/include/tcl8.3" \ --with-tcl-libs="${LOCALBASE}/lib" \ -- cgit