diff options
Diffstat (limited to 'games/tmw/Makefile')
-rw-r--r-- | games/tmw/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/games/tmw/Makefile b/games/tmw/Makefile index 20261ae65a31..03dcbb7e7ba5 100644 --- a/games/tmw/Makefile +++ b/games/tmw/Makefile @@ -7,6 +7,7 @@ PORTNAME= tmw PORTVERSION= 0.0.20 +PORTREVISION= 1 CATEGORIES= games MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} MASTER_SITE_SUBDIR= themanaworld @@ -25,6 +26,7 @@ GNU_CONFIGURE= yes USE_SDL= sdl image mixer net CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include `${SDL_CONFIG} --cflags` -I${X11BASE}/include" \ + CFLAGS="`${SDL_CONFIG} --cflags`" \ LDFLAGS="-L${LOCALBASE}/lib -L${X11BASE}/lib" \ CXXFLAGS="${PTHREAD_LIBS}" |