diff options
Diffstat (limited to 'games/enigma/Makefile')
-rw-r--r-- | games/enigma/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/games/enigma/Makefile b/games/enigma/Makefile index 3ef387520c9e..96313240e013 100644 --- a/games/enigma/Makefile +++ b/games/enigma/Makefile @@ -30,7 +30,7 @@ CONFIGURE_ARGS= --target="" \ CONFIGURE_ENV= CPPFLAGS="${CPPFLAGS}" CXXFLAGS="${CXXFLAGS}" \ LDFLAGS="${LDFLAGS}" CPPFLAGS= -I${LOCALBASE}/include -I${LUA_INCDIR} -CXXFLAGS= -I${X11BASE}/include ${PTHREAD_CFLAGS} +CXXFLAGS= -I${LOCALBASE}/include ${PTHREAD_CFLAGS} LDFLAGS= -L${LOCALBASE}/lib -L${LUA_LIBDIR} ${PTHREAD_LIBS} MAN6= enigma.6 |