diff options
author | vs <vs@FreeBSD.org> | 2005-03-10 20:05:24 +0800 |
---|---|---|
committer | vs <vs@FreeBSD.org> | 2005-03-10 20:05:24 +0800 |
commit | 43312b68c941b243b6647227759ba1c3da9269b1 (patch) | |
tree | ebee83dce836c8a2e07ba6d7bf9042b4701e44aa /games/etuxracer | |
parent | 0a6bebc98349995aaafbeb2e2dbc9327c1f55715 (diff) | |
download | freebsd-ports-gnome-43312b68c941b243b6647227759ba1c3da9269b1.tar.gz freebsd-ports-gnome-43312b68c941b243b6647227759ba1c3da9269b1.tar.zst freebsd-ports-gnome-43312b68c941b243b6647227759ba1c3da9269b1.zip |
Fix mispelings of PTHREAD_{CFLAGS,LIBS}.
Diffstat (limited to 'games/etuxracer')
-rw-r--r-- | games/etuxracer/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
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" \ |