diff options
author | John Marino <marino@FreeBSD.org> | 2015-03-25 23:00:50 +0000 |
---|---|---|
committer | John Marino <marino@FreeBSD.org> | 2015-03-25 23:00:50 +0000 |
commit | 796464350e220b5f8fb7b035965a87dc63824a14 (patch) | |
tree | 2f9cd8c0a819b520aa1b353994707173199cca50 /games/xrally | |
parent | dc0d875fdf2d87fbc8b213bfb65fa3db85a197bc (diff) | |
download | ports-796464350e220b5f8fb7b035965a87dc63824a14.tar.gz ports-796464350e220b5f8fb7b035965a87dc63824a14.zip |
Notes
Diffstat (limited to 'games/xrally')
-rw-r--r-- | games/xrally/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/games/xrally/Makefile b/games/xrally/Makefile index a292c50d5593..8a842ee8ea5c 100644 --- a/games/xrally/Makefile +++ b/games/xrally/Makefile @@ -16,8 +16,8 @@ HAS_CONFIGURE= yes CONFIGURE_ARGS= --prefix=${PREFIX} USE_XORG= x11 xi xpm USES= gmake tar:bzip2 -CFLAGS+= ${PTHREAD_CFLAGS} -I${LOCALBASE}/include -LDFLAGS+= -L${LOCALBASE}/lib ${PTHREAD_LIBS} +CFLAGS+= -I${LOCALBASE}/include +LDFLAGS+= -lpthread -L${LOCALBASE}/lib MAKE_ENV= INCLUDES="-I${LOCALBASE}/include" .include <bsd.port.mk> |