diff options
Diffstat (limited to 'games/lordsawar/Makefile')
-rw-r--r-- | games/lordsawar/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/games/lordsawar/Makefile b/games/lordsawar/Makefile index 5c4de574601b..d793ffc80cce 100644 --- a/games/lordsawar/Makefile +++ b/games/lordsawar/Makefile @@ -44,8 +44,8 @@ USE_SDL+= mixer CONFIGURE_ARGS+=--disable-sound .endif -CONFIGURE_ENV+= LDFLAGS="-L${LOCALBASE}/lib" \ - CPPFLAGS="-I${LOCALBASE}/include" \ - LIBS="${PTHREAD_LIBS}" +CONFIGURE_ENV+= LIBS="${PTHREAD_LIBS}" +CPPFLAGS+= -I${LOCALBASE}/include +LDFLAGS+= -L${LOCALBASE}/lib .include <bsd.port.mk> |